output_init: renamed parameter "error" to "error_r"

It's a double pointer.
This commit is contained in:
Max Kellermann
2009-10-20 21:26:28 +02:00
parent 097e200a97
commit 9cd2129eeb
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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.