fixing some #endif goofups. some compilers don't like non-comment tokens after one...

This commit is contained in:
Thad Ward 2001-05-19 15:08:32 +00:00
parent 7e5bb9f69a
commit 5296fb9667
2 changed files with 4 additions and 2 deletions

View file

@ -35,4 +35,5 @@ void Chase_Init (void);
void Chase_Reset (void);
void Chase_Update (void);
#endif __chase_h
#endif //__chase_h

View file

@ -143,4 +143,5 @@ char *COM_Parse (char *data);
extern struct cvar_s *cl_warncmd;
#endif __cmd_h
#endif //__cmd_h