src/demo.cpp

changeset 11
3ddebf76105e
parent 10
bc1414343e19
child 13
9bdddd2ccde6
--- a/src/demo.cpp	Sun Aug 11 02:58:55 2013 +0300
+++ b/src/demo.cpp	Sun Aug 11 03:02:50 2013 +0300
@@ -206,15 +206,15 @@
 			return 6;
 		}
 	}
-
+	
 	QSettings cfg;
 	str binarypath = cfg.value (binaryConfigName (zanversion)).toString();
-
+	
 	if (binarypath.isEmpty()) {
 		error (fmt (tr ("No binary path specified for Zandronum version %1!"), zanversion));
 		return 7;
 	}
-
+	
 	str iwadpath;
 	list<str> pwadpaths;
 	

mercurial