From dd087f64ee61f0d2e6d42c5b853ba0fa3f5ad492 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 26 Oct 2014 11:25:37 +0100 Subject: Removed an obsolete comment --- lolcat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lolcat.c') diff --git a/lolcat.c b/lolcat.c index 464dc70..496016c 100644 --- a/lolcat.c +++ b/lolcat.c @@ -54,7 +54,6 @@ static char helpstr[] = "\n" #define ARRAY_SIZE(foo) (sizeof(foo)/sizeof(foo[0])) const char codes[] = {39,38,44,43,49,48,84,83,119,118,154,148,184,178,214,208,209,203,204,198,199,163,164,128,129,93,99,63,69,33}; -/* CAUTION! this function uses a function-static variable! */ void find_escape_sequences(int c, int *state){ if(c == '\033'){ /* Escape sequence YAY */ *state = 1; -- cgit