Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-c committed Oct 24, 2022
1 parent ab3c4dd commit ca352b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleLog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ int SimpleLog::Impl::openLogFile()
if (logFilePath.length() == 0) {
return 0;
}
const char *mode = "a";
const char* mode = "a";
if (rotateMaxFiles == 1) {
mode = "w";
}
Expand Down

0 comments on commit ca352b6

Please sign in to comment.