Fix a couple files not ending with a newline.

This commit is contained in:
James Canete 2012-12-15 00:40:08 +00:00
parent 082ecc4d6c
commit 3bb7138b84
2 changed files with 2 additions and 2 deletions

View file

@ -40,4 +40,4 @@ typedef struct {
float sunAmbCol[3];
} refdefex_t;
#endif
#endif

View file

@ -30,4 +30,4 @@ void RB_BokehBlur(float blur);
void RB_GodRays(void);
void RB_GaussianBlur(float blur);
#endif
#endif