Skip to content

Commit 46d7bb3

Browse files
Update signalhandler.cpp
1 parent d934a08 commit 46d7bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/signalhandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context) /
116116
killid = static_cast<pid_t>(syscall(SYS_gettid));
117117
if (uc) {
118118
const int type = static_cast<int>(uc->uc_mcontext.gregs[REG_ERR]) & 2;
119-
typeStr = (type == 0) ? "reading " : "writing ",
119+
typeStr = (type == 0) ? "reading " : "writing ";
120120
}
121121
#else
122122
(void)context;

0 commit comments

Comments
 (0)