]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot this file while changing FALSE and TRUE to false and true
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Mar 2001 01:16:22 +0000 (01:16 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Mar 2001 01:16:22 +0000 (01:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@178 d7cf8633-e32d-0410-b094-e92efae38249

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;
 }