Skip to content

Commit

Permalink
Fix another empty C function parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Oct 2, 2023
1 parent 9da9076 commit 5acae74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typedef struct {
# pragma pack(pop)

sentry_threadid_t
sentry__thread_get_current_threadid()
sentry__thread_get_current_threadid(void)
{
return GetCurrentThread();
}
Expand Down

0 comments on commit 5acae74

Please sign in to comment.