[quake3-commits] r2383 - trunk/code/rend2
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Dec 14 19:40:09 EST 2012
Author: smiletheory
Date: 2012-12-14 19:40:08 -0500 (Fri, 14 Dec 2012)
New Revision: 2383
Modified:
trunk/code/rend2/tr_extratypes.h
trunk/code/rend2/tr_postprocess.h
Log:
Fix a couple files not ending with a newline.
Modified: trunk/code/rend2/tr_extratypes.h
===================================================================
--- trunk/code/rend2/tr_extratypes.h 2012-12-15 00:39:17 UTC (rev 2382)
+++ trunk/code/rend2/tr_extratypes.h 2012-12-15 00:40:08 UTC (rev 2383)
@@ -40,4 +40,4 @@
float sunAmbCol[3];
} refdefex_t;
-#endif
\ No newline at end of file
+#endif
Modified: trunk/code/rend2/tr_postprocess.h
===================================================================
--- trunk/code/rend2/tr_postprocess.h 2012-12-15 00:39:17 UTC (rev 2382)
+++ trunk/code/rend2/tr_postprocess.h 2012-12-15 00:40:08 UTC (rev 2383)
@@ -30,4 +30,4 @@
void RB_GodRays(void);
void RB_GaussianBlur(float blur);
-#endif
\ No newline at end of file
+#endif
More information about the quake3-commits
mailing list