From: havoc Date: Wed, 25 May 2005 00:05:42 +0000 (+0000) Subject: added newline at end of file to hush a gcc warning X-Git-Tag: xonotic-v0.1.0preview~4849 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=ade77d4b90e983862f20725be7f605f9d34ffc12;p=xonotic%2Fdarkplaces.git added newline at end of file to hush a gcc warning git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5332 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/prvm_cmds.h b/prvm_cmds.h index 9b0e1d41..be993f42 100644 --- a/prvm_cmds.h +++ b/prvm_cmds.h @@ -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);