From 46767a07e7bc365d2127d392d8eff1a4876a7fab Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 28 Jan 2021 13:50:27 +0100 Subject: [PATCH] cppchecker --- client/src/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/graph.c b/client/src/graph.c index 21b77e427..eac2048be 100644 --- a/client/src/graph.c +++ b/client/src/graph.c @@ -149,7 +149,7 @@ void convertGraphFromBitstreamEx(int hi, int low) { } // Get or auto-detect ask clock rate -int GetAskClock(const char *str, bool printAns) { +int GetAskClock(const char *str, bool verbose) { if (getSignalProperties()->isnoise) return -1;