[9175] Remove duplicate fclose call.

At some platform can cause cras at server startup.
This commit is contained in:
VladimirMangos 2010-01-14 17:10:06 +03:00
parent f02d897828
commit 9901282592
2 changed files with 1 additions and 2 deletions

View file

@ -189,7 +189,6 @@ static bool ReadDBCBuildFileText(const std::string& dbc_path, char const* locale
fclose(file);
text = &buf[0];
fclose(file);
return true;
}
else

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9174"
#define REVISION_NR "9175"
#endif // __REVISION_NR_H__