aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Viskovatoff <viskovatoff@gmail.com>2010-12-21 07:24:43 +0100
committerMax Kellermann <max@duempel.org>2010-12-21 07:29:58 +0100
commita0dd1a1b8bd931c4e7256d389646f25bdcc400c2 (patch)
tree23cd7fbcb3ee45350dc71a2730e44bacda982d6a
parentc360e69162de1281ac21321ff78df9e955e54219 (diff)
audio_check: fix parameter in prototype
-rw-r--r--NEWS1
-rw-r--r--src/audio_check.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 842a1ce9..dad211fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
ver 0.16.1 (2010/??/??)
+* audio_check: fix parameter in prototype
ver 0.16 (2010/12/11)
diff --git a/src/audio_check.h b/src/audio_check.h
index cc08c9ba..4862e7f1 100644
--- a/src/audio_check.h
+++ b/src/audio_check.h
@@ -38,7 +38,7 @@ bool
audio_check_sample_rate(unsigned long sample_rate, GError **error_r);
bool
-audio_check_sample_format(unsigned sample_format, GError **error_r);
+audio_check_sample_format(enum sample_format, GError **error_r);
bool
audio_check_channel_count(unsigned sample_format, GError **error_r);