Random changes without any meaning

Former-commit-id: bcae279b389ea9c33afc27ac7f6eded6305fa134
This commit is contained in:
Jérôme Leclercq
2012-11-08 14:24:00 +01:00
parent 6c2bc910d2
commit 7cc520be95
4 changed files with 6 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ namespace
bool initialized = false;
const unsigned int magic = 0x51429EE;
const char* MLTFileName = "NazaraLeaks.log";
const char* nextFreeFile = "Internal error";
const char* nextFreeFile = "(Internal error)";
unsigned int nextFreeLine = 0;
Block ptrList =

View File

@@ -29,7 +29,7 @@ nzUInt64 NzClockImplGetMicroseconds()
SetThreadAffinityMask(thread, oldMask);
return time.QuadPart * 1000000ULL / frequency.QuadPart;
return time.QuadPart*1000000ULL / frequency.QuadPart;
}
nzUInt64 NzClockImplGetMilliseconds()