summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_aiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux_aiff.c')
-rw-r--r--src/demuxers/demux_aiff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_aiff.c b/src/demuxers/demux_aiff.c
index ed656c67d..36be57f73 100644
--- a/src/demuxers/demux_aiff.c
+++ b/src/demuxers/demux_aiff.c
@@ -19,7 +19,7 @@
*
* AIFF File Demuxer by Mike Melanson (melanson@pcisys.net)
*
- * $Id: demux_aiff.c,v 1.2 2002/09/04 23:31:07 guenter Exp $
+ * $Id: demux_aiff.c,v 1.3 2002/09/05 20:44:39 mroi Exp $
*
*/
@@ -475,7 +475,7 @@ static int demux_aiff_get_stream_length (demux_plugin_t *this_gen) {
return this->running_time;
}
-demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) {
+static void *init_demuxer_plugin(int iface, xine_t *xine) {
demux_aiff_t *this;