From 37f02c757d36e313cce3c27d9440295c0049ef28 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 1 Jul 2011 16:58:48 +0200 Subject: [PATCH] forgot to break --- star.c | 1 + 1 file changed, 1 insertion(+) diff --git a/star.c b/star.c index f4ba0d5..f525ae9 100644 --- a/star.c +++ b/star.c @@ -459,6 +459,7 @@ int main( int argc, char* argv[] ) break; case ' ': switch_actor( s ); + break; default: break; }