From 861b28494e8c0f8701c093f82f152c3bcdbae9fd Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 25 Feb 2010 22:33:43 +0100 Subject: Unbreak compile without OpenGL --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 247cda3d..56019976 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,8 +58,9 @@ static void printHelp() << _(" -L --localdata-dir : Directory to use as local data directory") << endl << _(" --screenshot-dir : Directory to store screenshots") << endl #ifdef USE_OPENGL - << _(" --no-opengl : Disable OpenGL for this session") << endl; + << _(" --no-opengl : Disable OpenGL for this session") << endl #endif + ; } static void printVersion() -- cgit v1.2.3-70-g09d2