From: havoc Date: Mon, 30 Sep 2002 02:19:36 +0000 (+0000) Subject: newline to keep gcc3 happy X-Git-Tag: RELEASE_0_2_0_RC1~170 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fd2c217ff67c8ee450573ea69b1a07745d7f1fd7;p=xonotic%2Fdarkplaces.git newline to keep gcc3 happy git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2479 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_shadow.h b/r_shadow.h index 90ebd528..96586cb5 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -5,4 +5,4 @@ void R_Shadow_Init(void); void R_ShadowVolume(int numverts, int numtris, int *elements, int *neighbors, vec3_t relativelightorigin, float projectdistance); -#endif \ No newline at end of file +#endif