Skip to content

Commit 39415d9

Browse files
one more void
1 parent 10fd924 commit 39415d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retrobasic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ static int line_for_statement(const list_t *statement)
13061306
}
13071307

13081308
/* curries line_for_statement to return the current line */
1309-
static int current_line()
1309+
static int current_line(void)
13101310
{
13111311
return line_for_statement(interpreter_state.current_statement);
13121312
}

0 commit comments

Comments
 (0)