From 4f42c97ff0701a9058641f347e9897ee671ef145 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 8 Aug 2025 10:40:51 -0400 Subject: [PATCH] Update main.c typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index cfeb612c..93a18659 100644 --- a/main.c +++ b/main.c @@ -1278,7 +1278,7 @@ void get_tlm_fox() { } else failureMode = FAIL_NONE; - if (FAIL_NONE) { + if (failureMode == FAIL_NONE) printf("No Simulated Failure\n"); if (failureMode == -1) { failureMode = (int) rnd_float(1, FAIL_COUNT);