summaryrefslogtreecommitdiff
path: root/phnxdeco-0.33.orig/src/phnxhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'phnxdeco-0.33.orig/src/phnxhelp.h')
-rw-r--r--phnxdeco-0.33.orig/src/phnxhelp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phnxdeco-0.33.orig/src/phnxhelp.h b/phnxdeco-0.33.orig/src/phnxhelp.h
index 58ea8cb..edc2cdd 100644
--- a/phnxdeco-0.33.orig/src/phnxhelp.h
+++ b/phnxdeco-0.33.orig/src/phnxhelp.h
@@ -48,7 +48,7 @@ byte HelpSystem(byte argc, byte *argv[])
if( StrCmp(argv[x], "-xs" ) == 0 ) retcode = 0x20;
if( StrCmp(argv[x], "-ls" ) == 0 ) retcode = 0x21;
- if( StrCmp(argv[x], "-x " ) == 0 ) retcode = 0x10;
+ if( StrCmp(argv[x], "-x" ) == 0 ) retcode = 0x10;
if( StrCmp(argv[x], "-l" ) == 0 ) retcode = 0x11;
if( StrCmp(argv[x], "-c" ) == 0 ) retcode += 0x40;
}