typo fix (nothing important)

This commit is contained in:
mtabachenko 2009-12-16 23:00:12 +00:00
parent 6e496c9834
commit 4fbf560d7a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public:
#define CFLASHLOG(...) {}
#endif
#ifdef UNTESTEDOPCODELOG
#ifdef UNTESTEDOPCODEDEBUG
#define UNTESTEDOPCODELOG(...) LOGC(6, __VA_ARGS__)
#else
#define UNTESTEDOPCODELOG(...) {}