Skip to content

Commit bdd245f

Browse files
committed
Make log_ident_revert_to_default() a proper prototype.
Pointed out by clang with -Wstrict-prototypes.
1 parent 7fa2b19 commit bdd245f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/log.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void log_ident_set_default(const char* id);
121121
/**
122122
* Revert identity to print, back to the recorded default value.
123123
*/
124-
void log_ident_revert_to_default();
124+
void log_ident_revert_to_default(void);
125125

126126
/**
127127
* Set identity to print if there is an identity, otherwise

0 commit comments

Comments
 (0)