Skip to content

Commit 3a01840

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
void init();
1+
void init(void);

0 commit comments

Comments
 (0)