mirror of
https://github.com/jorio/Pomme.git
synced 2025-08-05 22:25:37 +00:00
Fix non-standard C function signature
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user