mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-21 19:51:09 +00:00
fixing some #endif goofups. some compilers don't like non-comment tokens after one...
This commit is contained in:
parent
7e5bb9f69a
commit
5296fb9667
2 changed files with 4 additions and 2 deletions
|
@ -35,4 +35,5 @@ void Chase_Init (void);
|
|||
void Chase_Reset (void);
|
||||
void Chase_Update (void);
|
||||
|
||||
#endif __chase_h
|
||||
#endif //__chase_h
|
||||
|
||||
|
|
|
@ -143,4 +143,5 @@ char *COM_Parse (char *data);
|
|||
|
||||
extern struct cvar_s *cl_warncmd;
|
||||
|
||||
#endif __cmd_h
|
||||
#endif //__cmd_h
|
||||
|
||||
|
|
Loading…
Reference in a new issue