summaryrefslogtreecommitdiff
path: root/wk1/pset1/mario-more
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-03 10:21:57 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-03 10:21:57 +0000
commit1aec3df41d238be3d1b456e16f0d369cf09eb642 (patch)
tree9fab3cd6853cd073c1c104ee42d21b5a4ce7cd9b /wk1/pset1/mario-more
parentf97d30725d7efc18864e935a933ae166619376e9 (diff)
Sun, Dec 3, 2023, 2:21 AM -08:00
Diffstat (limited to 'wk1/pset1/mario-more')
-rw-r--r--wk1/pset1/mario-more/mario.c2
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(" ");
}