Skip to content

Commit

Permalink
Remove extraneous NULL argument
Browse files Browse the repository at this point in the history
  • Loading branch information
djschaap committed May 22, 2024
1 parent 2e86294 commit 40fbed4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ static int print_it(const char const *formatwithtid, const char const *msg, int
log_key_value[ENVIRONMENT],
log_key_value[HOST_ADDRESS],
syscall(SYS_gettid),
PACKAGE_VERSION,
NULL);
PACKAGE_VERSION);
free(escaped);
return 0;
}
Expand Down

0 comments on commit 40fbed4

Please sign in to comment.