aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 17:53:08 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-01 17:53:08 -0800
commitf3d6c67db4f5eea516d2d4fcbc2edd75f33d48a4 (patch)
tree9a7ff13c949f1f78f7db2b087574058aca038984 /utils
parentf42051ce4de1a3b2655c2cab778338fe66ee9580 (diff)
parent147d7adec6ff293be328d6da2eb0d8d2419e9b34 (diff)
Merge branch 'const-correctness' into develop
Added const specifiers to all applicable functions in the PCM API.
Diffstat (limited to 'utils')
-rw-r--r--utils/tinypcminfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tinypcminfo.c b/utils/tinypcminfo.c
index 5b8db1f..0dd381d 100644
--- a/utils/tinypcminfo.c
+++ b/utils/tinypcminfo.c
@@ -129,7 +129,7 @@ int main(int argc, char **argv)
for (i = 0; i < 2; i++) {
struct pcm_params *params;
- struct pcm_mask *m;
+ const struct pcm_mask *m;
unsigned int min;
unsigned int max;