aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2005-04-22 21:56:32 +0000
committerMax Horn2005-04-22 21:56:32 +0000
commit7903943019c9883cd3c83cc0c4dd1a8c25d41410 (patch)
tree36daf4128886f2a52d0728624a80e1b0fefb7659 /base
parent78030693fc3f447a955b56fe491e2ec6422300cf (diff)
downloadscummvm-rg350-7903943019c9883cd3c83cc0c4dd1a8c25d41410.tar.gz
scummvm-rg350-7903943019c9883cd3c83cc0c4dd1a8c25d41410.tar.bz2
scummvm-rg350-7903943019c9883cd3c83cc0c4dd1a8c25d41410.zip
oops
svn-id: r17760
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index f4918797df..3d292ff46d 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -297,7 +297,6 @@ GameSettings GameDetector::findGame(const String &gameName, const Plugin **plugi
if (option == NULL) goto ShowHelpAndExit; \
char *endptr = 0; \
int intValue = (int)strtol(option, &endptr, 10); \
- printf("option %d, endptr %d\n", (int)option, (int)endptr); \
if (endptr == NULL || *endptr != 0) goto ShowHelpAndExit;
// Use this for boolean options; this distinguishes between "-x" and "-X",