From 8fbebea71eeee07497797e9c3db3cdf132ada912 Mon Sep 17 00:00:00 2001 From: Peetz0r Date: Mon, 5 Dec 2011 18:22:58 +0100 Subject: I already removed the goto's, so let's remove the label as well. --- src/nyancat.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/nyancat.c') diff --git a/src/nyancat.c b/src/nyancat.c index 88e0998..a0ef847 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -368,16 +368,6 @@ int main(int argc, char ** argv) { if(terminal_width > 80) terminal_width = 80; } - - /* - * Labels. Yes, and I used a goto. - * If you're going to complain about this, you - * really need to reevaluate your approach to getting - * things done. This works, it works well, and there - * is absolutely, positively nothing wrong with using - * goto in C, so I'm going to do it. - */ -ready: /* Convert the entire terminal string to lower case */ for (k = 0; k < strlen(term); ++k) { -- cgit v1.2.3