Skip to content

Commit

Permalink
change font-color to default one in termination
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnakahara committed Aug 17, 2017
1 parent cc33b7f commit d80ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ int main(int argc, char **argv, char **envp)


done:
printf("%s\n", WHITE);
printf("%s\n", DEFAULT_COLOR);
ptrace(PTRACE_DETACH, handle.pid, NULL, NULL);
exit(0);

Expand Down

0 comments on commit d80ca5a

Please sign in to comment.