From 2629260ba24c65aabe143a65650a7657a2c63132 Mon Sep 17 00:00:00 2001 From: sanctum32 Date: Fri, 11 Oct 2013 16:55:16 +0300 Subject: [PATCH] [12681] Replaced tabs by space for last commit --- contrib/vmap_extractor/vmapextract/mpqfile.cpp | 6 +++--- src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/vmap_extractor/vmapextract/mpqfile.cpp b/contrib/vmap_extractor/vmapextract/mpqfile.cpp index cf4e5e77a..5f21b764b 100644 --- a/contrib/vmap_extractor/vmapextract/mpqfile.cpp +++ b/contrib/vmap_extractor/vmapextract/mpqfile.cpp @@ -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; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index cbc93807a..2c500a467 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12680" + #define REVISION_NR "12681" #endif // __REVISION_NR_H__