]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/log.cpp
Fixed off-by-one error in scaled bitmaps
[virtualjaguar] / src / log.cpp
index 173025178d9eef037cc2cc06255e5ef97d06ef3d..282898cc199c0fc090a841e766b8562458e64a13 100644 (file)
@@ -34,7 +34,6 @@ void log_done(void)
 // This logger is used mainly to ensure that text gets written to the log file
 // even if the program crashes. The performance hit is acceptable in this case!
 //
-
 void WriteLog(const char * text, ...)
 {
        va_list arg;