From fbdc8fcf5e60b498d0a64ab193f39e469b30883e Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Tue, 17 May 2022 22:50:58 +0200 Subject: [PATCH] Fix non-standard C function signature --- src/Pomme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pomme.h b/src/Pomme.h index 616d72e..7cf3917 100644 --- a/src/Pomme.h +++ b/src/Pomme.h @@ -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);