diff options
author | Max Kellermann <max@duempel.org> | 2009-10-20 21:26:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-20 21:26:28 +0200 |
commit | 9cd2129eeb22280836e87bfa12389adf4ddb2488 (patch) | |
tree | ff8dff416b9a9efb54507061f36db4f6edb879c1 /src/output_control.h | |
parent | 097e200a97dfda0844c93f53f1c0a1e6f5d07201 (diff) | |
download | mpd-9cd2129eeb22280836e87bfa12389adf4ddb2488.tar.gz mpd-9cd2129eeb22280836e87bfa12389adf4ddb2488.tar.xz mpd-9cd2129eeb22280836e87bfa12389adf4ddb2488.zip |
output_init: renamed parameter "error" to "error_r"
It's a double pointer.
Diffstat (limited to 'src/output_control.h')
-rw-r--r-- | src/output_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output_control.h b/src/output_control.h index ce3abe3f6..72e3ed468 100644 --- a/src/output_control.h +++ b/src/output_control.h @@ -38,7 +38,7 @@ audio_output_quark(void) bool audio_output_init(struct audio_output *ao, const struct config_param *param, - GError **error); + GError **error_r); /** * Opens or closes the device, depending on the "enabled" flag. |