aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter <peter@haas-en-berg.nl>2011-12-05 19:50:52 +0100
committerPeter <peter@haas-en-berg.nl>2011-12-05 19:50:52 +0100
commit4f158ad930771ffd0b7cda17ad3bd22bde192ca6 (patch)
tree31031ad4f798251b5be776e9085fbbac71cd03eb /src
parent5cc51e5021c5f12eaa9e3b918bb1b025d6dc27b6 (diff)
downloadnyancat-4f158ad930771ffd0b7cda17ad3bd22bde192ca6.tar.gz
Oops...
Diffstat (limited to 'src')
-rw-r--r--src/nyancat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 70348e2..e65576c 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -121,7 +121,7 @@ int digits(int val) {
* (^C) so that we can restore the cursor.
*/
void SIGINT_handler(int sig){
- printf("\\033[?25h\033[0m");
+ printf("\033[?25h\033[0m");
exit(0);
}