diff options
author | Tom Ross <midgey@rockbox.org> | 2007-02-17 23:06:22 +0000 |
---|---|---|
committer | Tom Ross <midgey@rockbox.org> | 2007-02-17 23:06:22 +0000 |
commit | 2ad25c88182a1d898b7ba460beba3bd2231be94b (patch) | |
tree | 6b6b5ffa2cbf214fe45a5a323cd1427f1387099f /apps/plugins/doom | |
parent | f435db010773623bdcd15b8357c94b60aca4e4e9 (diff) |
Kill a few warnings in plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom')
-rw-r--r-- | apps/plugins/doom/w_wad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/w_wad.c b/apps/plugins/doom/w_wad.c index 1e3406199d..48d695c3b4 100644 --- a/apps/plugins/doom/w_wad.c +++ b/apps/plugins/doom/w_wad.c @@ -512,7 +512,7 @@ void W_ReadLump(int lump, void *dest) { int c; -#if DEBUGCACHE +#ifdef DEBUGCACHE if(gamestate==GS_LEVEL) printf("Loading %s\n", lumpinfo[lump].name); #endif |