From: lordhavoc Date: Sun, 4 Mar 2001 01:16:22 +0000 (+0000) Subject: forgot this file while changing FALSE and TRUE to false and true X-Git-Tag: RELEASE_0_2_0_RC1~849 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1030710c900e72d7a71a86a4c82f6471ff636cf6;p=xonotic%2Fdarkplaces.git 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 --- 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; }