Skip to content

Commit

Permalink
Add void parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Apr 21, 2023
1 parent 350cb02 commit 9848194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pause.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <sys/time.h>
#endif

double get_time_ms() {
double get_time_ms(void) {
#ifdef _WIN32
LARGE_INTEGER time_var, frequency;
QueryPerformanceCounter(&time_var);
Expand Down

0 comments on commit 9848194

Please sign in to comment.