From b54175ba9acbd2b6f041dda6932b83f4a547bc99 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:50:34 +0000 Subject: Sun, Feb 18, 2024, 6:50 PM -08:00 --- wk3/pset/plurality/plurality.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wk3/pset/plurality/plurality.c') diff --git a/wk3/pset/plurality/plurality.c b/wk3/pset/plurality/plurality.c index ea8ba9a..c8db427 100644 --- a/wk3/pset/plurality/plurality.c +++ b/wk3/pset/plurality/plurality.c @@ -93,7 +93,7 @@ void print_winner(void) //put it at the start of the new list winners[0] = candidates[i].name; } else if (winners[0] == candidates[i].name) { - for (int j = 1; j < candidate_count - 1; j++) + for (int j = 1;j < candidate_count - 1; j++) } } return; -- cgit v1.2.3