mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[12681] Replaced tabs by space for last commit
This commit is contained in:
parent
5c4b9d3ccd
commit
2629260ba2
2 changed files with 4 additions and 4 deletions
|
|
@ -12,9 +12,9 @@ MPQFile::MPQFile(HANDLE mpq, const char* filename):
|
||||||
HANDLE file;
|
HANDLE file;
|
||||||
if (!SFileOpenFileEx(mpq, filename, SFILE_OPEN_PATCHED_FILE, &file))
|
if (!SFileOpenFileEx(mpq, filename, SFILE_OPEN_PATCHED_FILE, &file))
|
||||||
{
|
{
|
||||||
int error = GetLastError();
|
int error = GetLastError();
|
||||||
if ( error != ERROR_FILE_NOT_FOUND )
|
if ( error != ERROR_FILE_NOT_FOUND )
|
||||||
fprintf(stderr, "Can't open %s, err=%u!\n", filename, GetLastError());
|
fprintf(stderr, "Can't open %s, err=%u!\n", filename, GetLastError());
|
||||||
eof = true;
|
eof = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12680"
|
#define REVISION_NR "12681"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue