From 1030710c900e72d7a71a86a4c82f6471ff636cf6 Mon Sep 17 00:00:00 2001
From: lordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sun, 4 Mar 2001 01:16:22 +0000
Subject: [PATCH] forgot this file while changing FALSE and TRUE to false and
 true

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@178 d7cf8633-e32d-0410-b094-e92efae38249
---
 sys_wind.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys_wind.c b/sys_wind.c
index 594b9255..8c15013c 100644
--- a/sys_wind.c
+++ b/sys_wind.c
@@ -311,6 +311,6 @@ int main (int argc, char **argv)
 	}
 
     /* return success of application */
-    return TRUE;
+    return true;
 }
 
-- 
2.39.5