Skip to content

Commit 3a01840

Browse files
committed
windows: Argument to () function should be (void).
1 parent cff638a commit 3a01840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/init.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
void init();
1+
void init(void);

0 commit comments

Comments
 (0)