diff options
Diffstat (limited to 'wk1/pset1')
-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 60c0937..a659553 100644 --- a/wk1/pset1/mario-more/mario.c +++ b/wk1/pset1/mario-more/mario.c @@ -44,7 +44,7 @@ void print_grid(size) } else { - if ((size - (j + i)) > 1) + if ((size - (j + i)) ) { printf(" "); } |