diff options
Diffstat (limited to 'wk1/pset1/mario-more')
-rw-r--r-- | wk1/pset1/mario-more/mario.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk1/pset1/mario-more/mario.c b/wk1/pset1/mario-more/mario.c index 53808e2..b6f6226 100644 --- a/wk1/pset1/mario-more/mario.c +++ b/wk1/pset1/mario-more/mario.c @@ -43,7 +43,7 @@ void print_grid(size) { if ((size - (j + i)) > 0) { - printf(" "); + break; } else { |