dtwm: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:17:53 +01:00
parent 2d60124e03
commit f20747f139
13 changed files with 27 additions and 89 deletions

View File

@@ -964,9 +964,7 @@ int GetBitmapIndex (WmScreenData *pSD, char *name, Boolean bReportError)
*
*************************************<->***********************************/
char *BitmapPathName (string)
char *string;
char *BitmapPathName (char *string)
{
static char fileName[MAXWMPATH+1];
char *retname;