1
0
Fork 0
forked from len0rd/rockbox

Kill a few warnings in plugins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tom Ross 2007-02-17 23:06:22 +00:00
parent f435db0107
commit 2ad25c8818
4 changed files with 5 additions and 5 deletions

View file

@ -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