Skip to content
Snippets Groups Projects
Commit c6d2cd17 authored by deuce's avatar deuce
Browse files

Fix error in last commit

parent 634ac019
Branches
Tags
No related merge requests found
......@@ -821,7 +821,7 @@ static void handle_sigs(void) {
_sighandler_rerun(sig);
break;
default:
sprintf(str," Signal has no handler (unexpected)",sig);
sprintf(str," Signal has no handler (unexpected)");
lputs(str);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment