]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added newline at end of file to hush a gcc warning
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 May 2005 00:05:42 +0000 (00:05 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 May 2005 00:05:42 +0000 (00:05 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5332 d7cf8633-e32d-0410-b094-e92efae38249

prvm_cmds.h

index 9b0e1d413423865854044ed6b8088ee25f939d46..be993f425c71c5a1f439caf7b1c5159b12c87a55 100644 (file)
@@ -333,4 +333,4 @@ void VM_altstr_set( void );
 void VM_altstr_ins(void);
 
 void VM_Cmd_Init(void);
-void VM_Cmd_Reset(void);
\ No newline at end of file
+void VM_Cmd_Reset(void);