Skip to content

Commit

Permalink
Merge pull request #930 from sthen/patch-1
Browse files Browse the repository at this point in the history
add void to log_ident_revert_to_default declaration
  • Loading branch information
gthess committed Oct 30, 2023
2 parents a7e079e + ed00129 commit ccdf29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void log_ident_set_default(const char* id)
default_ident = id;
}

void log_ident_revert_to_default()
void log_ident_revert_to_default(void)
{
ident = default_ident;
}
Expand Down

0 comments on commit ccdf29a

Please sign in to comment.