aboutsummaryrefslogtreecommitdiff
path: root/scumm/debug.cpp
diff options
context:
space:
mode:
authorMax Horn2002-10-22 11:48:24 +0000
committerMax Horn2002-10-22 11:48:24 +0000
commit5151e561d504864a655b25512a933f3bf70bd3de (patch)
tree8a1c9e66bad22700749ee75f07adb39973f90958 /scumm/debug.cpp
parent9f33d561a981203d5d482113b35b329da600ca0e (diff)
downloadscummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.tar.gz
scummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.tar.bz2
scummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.zip
fixing various warnings that occur with -Wshadow;some other minor cleanup
svn-id: r5239
Diffstat (limited to 'scumm/debug.cpp')
-rw-r--r--scumm/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debug.cpp b/scumm/debug.cpp
index 22c46d003d..06954dd6a5 100644
--- a/scumm/debug.cpp
+++ b/scumm/debug.cpp
@@ -201,7 +201,7 @@ int ScummDebugger::get_command()
const DebuggerCommands *dc;
char *s;
int i;
- static char *buf;
+ char *buf;
do {
#ifndef HAVE_READLINE