Skip to content

Commit

Permalink
Trivial comment fixes
Browse files Browse the repository at this point in the history
This should have been part of
    2020-09-22 entropy: add & use _init(), _fill(), _done()
    3d8879d8ce0e27e0a0145e8f9948896dbab0f244
and
    2020-08-06 warnp: clean up with closelog()
    56b1c9192669add070e7cd73403d6e4c03c1efdd
  • Loading branch information
gperciva committed Dec 5, 2023
1 parent 3422178 commit 9398ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcperciva/util/warnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void
warnp_atexit(void)
{

/* Clean up writing to the syslog (if applicable). */
/* Clean up writing to the syslog (if applicable). */
if (use_syslog)
closelog();

Expand Down Expand Up @@ -144,7 +144,7 @@ void
warnp_syslog(int enable)
{

/* Clean up writing to the syslog (if applicable). */
/* Clean up writing to the syslog (if applicable). */
if (use_syslog && !enable)
closelog();

Expand Down

0 comments on commit 9398ddb

Please sign in to comment.