From 7caf4423145b5b2629502f8d227dc348bd232887 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Dec 2014 17:45:26 +0100 Subject: Fix level indication in mono --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') 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. * -- cgit v1.2.3