mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
- indent
- fix for compilation, is it proper ? svn-id: r12343
This commit is contained in:
parent
cc67c13711
commit
e4628fbb07
@ -56,7 +56,7 @@ void CDECL debugC(int channel, const char *s, ...) {
|
||||
vsprintf(buf, s, va);
|
||||
va_end(va);
|
||||
|
||||
debug(buf);
|
||||
debug(g_debugLevel, buf);
|
||||
};
|
||||
|
||||
ScummDebugger::ScummDebugger(ScummEngine *s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user