summaryrefslogtreecommitdiffstats
path: root/Mac/Compat/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Compat/sync.c')
-rw-r--r--Mac/Compat/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Compat/sync.c b/Mac/Compat/sync.c
index a6487e1..944ba23 100644
--- a/Mac/Compat/sync.c
+++ b/Mac/Compat/sync.c
@@ -6,7 +6,7 @@
#include "macdefs.h"
int
-sync()
+sync(void)
{
if (FlushVol((StringPtr)0, 0) == noErr)
return 0;