diff --git a/src/main.cpp b/src/main.cpp index f44f41f1a..f0abb562c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ CloneKeen 2003-2005 Caitlin Shaw CloneKeenPlus 2008-2009 Gerstrong - Commander Genius 2009 Tulip, Pickle and DaVince + Commander Genius 2009 Tulip, Pickle, DaVince and Albert */ #include "keen.h" @@ -574,7 +574,7 @@ demoHeaderCorrupt: ; short readCommandLine(int argc, char *argv[], stCloneKeenPlus *pCKP) { int i; - static const int MAX_STRING_LENGTH = 256; + static const int MAX_STRING_LENGTH = 256; char tempbuf[MAX_STRING_LENGTH];