From 7a3cc5a1904017970ed6630f413a87da72046810 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 4 Sep 2005 10:38:45 +0000 Subject: fix distcheck Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: fix distcheck * gst/audioresample/resample.c: fix wrong docstring --- common | 2 +- gst/audioresample/resample.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common b/common index cd012821..c484a2cf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cd012821aa2e4f6247f4cd6dee14116f86421a7e +Subproject commit c484a2cfaa3e51cac56b995ea5ec7c0a96f4c08b diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c index 8e759da2..fb39807f 100644 --- a/gst/audioresample/resample.c +++ b/gst/audioresample/resample.c @@ -106,7 +106,7 @@ resample_buffer_free (AudioresampleBuffer * buffer, void *priv) } } -/** +/* * free_func: a function that frees the given closure. If NULL, caller is * responsible for freeing. */ -- cgit v1.2.1