no end line fix

This commit is contained in:
Bryce Hutchings 2002-07-19 04:28:39 +00:00
parent 4d67090b28
commit 4b3295f1be

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.17 2002/07/19 04:28:39 niceass
// no end line fix
//
// Revision 1.16 2002/07/16 04:06:21 niceass // Revision 1.16 2002/07/16 04:06:21 niceass
// temporary hack solution for map rotation and ctb // temporary hack solution for map rotation and ctb
// //
@ -852,4 +855,4 @@ qboolean G_FileSearch(char *Filename, char *Text) {
trap_FS_FCloseFile(file); trap_FS_FCloseFile(file);
return ( strstr(buf, Text) != NULL ); return ( strstr(buf, Text) != NULL );
} }