Replaced ( void ) with ()

This commit is contained in:
Robert Beckebans 2014-08-02 14:48:04 +02:00
parent f6f02b7c71
commit 352df659a8
39 changed files with 187 additions and 188 deletions

View file

@ -145,7 +145,7 @@ static void SetBrushContents( uBrush_t* b )
FreeBuildBrush
===============
*/
static void FreeBuildBrush( void )
static void FreeBuildBrush()
{
int i;
@ -167,7 +167,7 @@ Produces a final brush based on the buildBrush->sides array
and links it to the current entity
===============
*/
static uBrush_t* FinishBrush( void )
static uBrush_t* FinishBrush()
{
uBrush_t* b;
primitive_t* prim;
@ -616,7 +616,7 @@ void FreeOptimizeGroupList( optimizeGroup_t* groups )
FreeDMapFile
================
*/
void FreeDMapFile( void )
void FreeDMapFile()
{
int i, j;