added a small carriage return at the end of the file to prevent gcc

warning
This commit is contained in:
faded 2003-01-28 17:24:30 +00:00
parent 4d3a080fc6
commit c627066936

View file

@ -84,4 +84,4 @@ trace_t CM_BoxTrace (vec3_t start, vec3_t end,
//Trace a box trough a model
void CM_TraceToBrushModel (int firstbrush, int numbrushes, vec3_t mins, vec3_t maxs,
vec3_t start, vec3_t end, trace_t *trace, int brushmask);
vec3_t start, vec3_t end, trace_t *trace, int brushmask);