From 1271e7b62c370e49255caf5ce47b2a29849490cd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 26 Dec 2020 16:20:20 -0500 Subject: [PATCH] Update main.c --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 9d89271d..779fe8f6 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1299,7 +1299,7 @@ else { } } - for (count1 = 0; count1 < 3; count1++) { + for (int count1 = 0; count1 < 3; count1++) { if (other[count1] < other_min[count1]) other_min[count1] = other[count1]; if (other[count1] > other_max[count1])