mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04: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;
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12680"
|
||||
#define REVISION_NR "12681"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue