src/extprogs.cpp

changeset 185
6fea53f1ffc2
parent 184
fae3bc9ce319
child 188
4e686b771996
--- a/src/extprogs.cpp	Wed May 08 15:30:19 2013 +0300
+++ b/src/extprogs.cpp	Thu May 09 02:28:39 2013 +0300
@@ -175,7 +175,7 @@
 	// Wait while it runs
 	proc.waitForFinished ();
 	
-#ifndef RELASE
+#ifndef RELEASE
 	printf ("%s", qchars (QString (proc.readAllStandardOutput ())));
 #endif // RELEASE
 	

mercurial