Skip to content

Commit 52807ce

Browse files
committed
Fix main() signature
1 parent 157ff57 commit 52807ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# include "main.h"
66

7-
void main() {
7+
int main() {
88

99
SDL_Surface *screen = NULL;
1010
uint state = 0;

0 commit comments

Comments
 (0)