]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_wind.c
forgot this file while changing FALSE and TRUE to false and true
[xonotic/darkplaces.git] / sys_wind.c
index 594b9255039c943fcefc445c6c47a2b246b15f7e..8c15013c3af5cd4a884001ff4667038c11fa11ee 100644 (file)
@@ -311,6 +311,6 @@ int main (int argc, char **argv)
        }
 
     /* return success of application */
-    return TRUE;
+    return true;
 }