git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4f0e8
)
enigma.cpp: add missing semicolon
author
ghost
<andreas.monzner@multimedia-labs.de>
Thu, 19 Nov 2009 11:38:47 +0000
(12:38 +0100)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Thu, 19 Nov 2009 11:39:28 +0000
(12:39 +0100)
main/enigma.cpp
patch
|
blob
|
history
diff --git
a/main/enigma.cpp
b/main/enigma.cpp
index b5523d31bda5abfda22e2d9cdfa8840da4eeaddf..3f420b4bb6ee2e996e5a863dc42d457fc8073ae5 100644
(file)
--- a/
main/enigma.cpp
+++ b/
main/enigma.cpp
@@
-319,7
+319,7
@@
const char *getEnigmaVersionString()
#ifdef ENIGMA2_BRANCH
ENIGMA2_BRANCH;
#else
- "HEAD"
+ "HEAD"
;
#endif
return std::string(date + '-' + branch).c_str();
}