forgot to break

This commit is contained in:
Gwenhael Le Moine 2011-07-01 16:58:48 +02:00
parent 10f64607e8
commit 37f02c757d

1
star.c
View file

@ -459,6 +459,7 @@ int main( int argc, char* argv[] )
break;
case ' ':
switch_actor( s );
break;
default:
break;
}