From f395c4ef37419d50d478d9d68eaf77efd98fdfe6 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 16 Sep 2021 14:30:01 -0500 Subject: [PATCH] Typo --- src/lib/util/hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/hw.c b/src/lib/util/hw.c index dcc87e4d5f..cbd3d166d7 100644 --- a/src/lib/util/hw.c +++ b/src/lib/util/hw.c @@ -95,7 +95,7 @@ uint32_t fr_hw_num_cores_active(void) * Prevent clang scanner from warning about divide by zero */ if ((tsibs / lcores) == 0) return 1; -#neidf +#endif /* * Catch Linux weirdness. -- 2.47.2