Skip to content

Commit

Permalink
Appease the void
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Jul 17, 2024
1 parent 6bb7da5 commit d3ba1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ pymain_run_command(wchar_t *command)


static int
pymain_start_pyrepl_no_main()
pymain_start_pyrepl_no_main(void)
{
int res = 0;
PyObject *pyrepl, *console, *empty_tuple, *kwargs, *console_result;
Expand Down

0 comments on commit d3ba1e7

Please sign in to comment.