Skip to content

Commit d8150b4

Browse files
and another (void)
1 parent 39415d9 commit d8150b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "parse.h"
2626

2727
/* simple version info for --version command line option */
28-
static void print_version()
28+
static void print_version(void)
2929
{
3030
puts("RetroBASIC 1.8.6");
3131
}

0 commit comments

Comments
 (0)