aboutsummaryrefslogtreecommitdiffstats
path: root/src/nyancat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nyancat.c')
-rw-r--r--src/nyancat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 39e3796..f02eebe 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -259,6 +259,8 @@ int main(int argc, char ** argv) {
sb[sb_len] = i;
sb_len++;
}
+ } else {
+ goto ready;
}
}
}