[12681] Replaced tabs by space for last commit

This commit is contained in:
sanctum32 2013-10-11 16:55:16 +03:00 committed by Antz
parent 5c4b9d3ccd
commit 2629260ba2
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ MPQFile::MPQFile(HANDLE mpq, const char* filename):
HANDLE file;
if (!SFileOpenFileEx(mpq, filename, SFILE_OPEN_PATCHED_FILE, &file))
{
int error = GetLastError();
if ( error != ERROR_FILE_NOT_FOUND )
fprintf(stderr, "Can't open %s, err=%u!\n", filename, GetLastError());
int error = GetLastError();
if ( error != ERROR_FILE_NOT_FOUND )
fprintf(stderr, "Can't open %s, err=%u!\n", filename, GetLastError());
eof = true;
return;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12680"
#define REVISION_NR "12681"
#endif // __REVISION_NR_H__