Added newlines to silence some GCC warnings

This commit is contained in:
jpaana 2004-03-19 10:49:33 +00:00
parent 71272171ab
commit c6624eba2d
3 changed files with 3 additions and 3 deletions

View file

@ -57,4 +57,4 @@ typedef struct {
} bumpdriver_t;
extern bumpdriver_t gl_bumpdriver;
extern bumpdriver_t gl_bumpdriver;

View file

@ -17,4 +17,4 @@ void GL_FreeDriverMem(void);
void GL_InitVertexCache(void);
void GL_FreeVertexCache(void);
void GL_AllocVertexCache(const size_t size, DriverPtr *owner);
void GL_FlushVertexCache(void);
void GL_FlushVertexCache(void);

View file

@ -313,4 +313,4 @@ void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip);
void R_SplitEntityOnNode2 (mnode_t *node);
void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
#endif
#endif