diff options
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r-- | src/commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp index 110aa60f5..4b8f746d4 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -117,7 +117,7 @@ static void printHelp() // TRANSLATORS: command line help _(" -O --no-opengl : Disable OpenGL for this session") << std::endl -#endif +#endif // USE_OPENGL ; } |