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;