enigma.cpp: add missing semicolon
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 19 Nov 2009 11:38:47 +0000 (12:38 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Thu, 19 Nov 2009 11:39:28 +0000 (12:39 +0100)
main/enigma.cpp

index b5523d3..3f420b4 100644 (file)
@@ -319,7 +319,7 @@ const char *getEnigmaVersionString()
 #ifdef ENIGMA2_BRANCH
                ENIGMA2_BRANCH;
 #else
-               "HEAD"
+               "HEAD";
 #endif
        return std::string(date + '-' + branch).c_str();
 }