aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/curl_input_plugin.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-15 06:43:48 +0200
committerMax Kellermann <max@duempel.org>2011-09-15 06:44:20 +0200
commit46ed717af4f9d0a43278d82ce77264d67becf6cb (patch)
treec94078deefc5a8d5fc48536df11d96916245c15c /src/input/curl_input_plugin.c
parentad37c88f800a09b75ae3174269bcdf3584406837 (diff)
downloadmpd-46ed717af4f9d0a43278d82ce77264d67becf6cb.tar.gz
mpd-46ed717af4f9d0a43278d82ce77264d67becf6cb.tar.xz
mpd-46ed717af4f9d0a43278d82ce77264d67becf6cb.zip
input/curl: API documentation fix
Diffstat (limited to '')
-rw-r--r--src/input/curl_input_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/curl_input_plugin.c b/src/input/curl_input_plugin.c
index 354a85454..560945215 100644
--- a/src/input/curl_input_plugin.c
+++ b/src/input/curl_input_plugin.c
@@ -761,7 +761,7 @@ input_curl_flush_buffers(struct input_curl *c)
}
/**
- * Frees this stream (but not the input_stream struct itself).
+ * Frees this stream, including the input_stream struct.
*/
static void
input_curl_free(struct input_curl *c)