Skip to content

Commit

Permalink
Don't use c++ comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Jun 14, 2020
1 parent 243a9d9 commit f27a630
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions log.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ void rwrite(enum logcode code, const char *buf, int len, int is_utf8)
if (quiet)
return;
break;
//case FLOG:
//case FCLIENT:
//case FERROR_UTF8:
//case FERROR_SOCKET:
/*case FLOG:*/
/*case FCLIENT:*/
/*case FERROR_UTF8:*/
/*case FERROR_SOCKET:*/
default:
fprintf(stderr, "Bad logcode in rwrite(): %d [%s]\n", (int)code, who_am_i());
exit_cleanup(RERR_MESSAGEIO);
Expand Down

0 comments on commit f27a630

Please sign in to comment.