Skip to content

Commit ca352b6

Browse files
committed
clang
1 parent ab3c4dd commit ca352b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleLog.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ int SimpleLog::Impl::openLogFile()
277277
if (logFilePath.length() == 0) {
278278
return 0;
279279
}
280-
const char *mode = "a";
280+
const char* mode = "a";
281281
if (rotateMaxFiles == 1) {
282282
mode = "w";
283283
}

0 commit comments

Comments
 (0)