Fix non-standard C function signature

This commit is contained in:
Iliyas Jorio 2022-05-17 22:50:58 +02:00
parent db3b81e97f
commit fbdc8fcf5e
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ OSErr ResError(void);
void UseResFile(short refNum);
// Gets the file reference number of the current resource file.
short CurResFile();
short CurResFile(void);
void CloseResFile(short refNum);