Skip to content

Commit

Permalink
[host] common: fix compilation on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Jan 26, 2024
1 parent c5cbb8a commit 47ad93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

static uint64_t startTime;

void debug_init()
void debug_init(void)
{
startTime = microtime();
platform_debugInit();
Expand Down

0 comments on commit 47ad93f

Please sign in to comment.