summaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 7cd9a96..c75935f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -14,7 +14,7 @@
/* Calculate the little string containing a bargraph
* 'VU-meter' from the peak value measured
*/
-const char* level(int channel, int* peak);
+const char* level(int channel, int peak);
/* This defines the on-wire representation of a ZMQ message header.
*