aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-08-24 00:14:12 +0200
committerMax Kellermann <max@duempel.org>2011-08-24 01:47:26 +0200
commit350aa330220685721eaeb3f8e5ee669a5ef4d015 (patch)
tree2f710fcefb53f44ca1ec3be8774b270690cfb478 /test
parentd6290a2f1a27696f72e3ae599bdf8135e59be559 (diff)
output/raop: consistently use GError
Diffstat (limited to 'test')
-rw-r--r--test/read_mixer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/read_mixer.c b/test/read_mixer.c
index 713fc9f3..b45a1440 100644
--- a/test/read_mixer.c
+++ b/test/read_mixer.c
@@ -60,7 +60,8 @@ pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po,
bool
raop_set_volume(G_GNUC_UNUSED struct raop_data *rd,
- G_GNUC_UNUSED unsigned volume)
+ G_GNUC_UNUSED unsigned volume,
+ G_GNUC_UNUSED GError **error_r)
{
return false;
}