dthelp: Convert all K&R function definitions to ANSI (C90) standard
This commit is contained in:
@@ -170,7 +170,7 @@ static void ExpandVolume(
|
||||
* Purpose: Initializes our global variables to valid starting values.
|
||||
*
|
||||
****************************************************************************/
|
||||
static void GlobalInit()
|
||||
static void GlobalInit(void)
|
||||
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user