summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-02-06 01:50:55 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-02-06 01:50:55 +0000
commit66f60ab3969928227bd0fa57df451e7bc58f2ff7 (patch)
tree7ca844a04f03d4f73f24202d7d92aa7aca018931 /src/input/libdvdnav
parentb261d83b69692cfa13aada3266f3c832861a48a8 (diff)
parentfd6d1cc6ccda5ff8319ae0eb8417c5db5700938a (diff)
downloadxine-lib-66f60ab3969928227bd0fa57df451e7bc58f2ff7.tar.gz
xine-lib-66f60ab3969928227bd0fa57df451e7bc58f2ff7.tar.bz2
Merge from 1.1.
--HG-- rename : src/combined/decoder_wavpack.c => src/combined/wavpack_decoder.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c
Diffstat (limited to 'src/input/libdvdnav')
-rw-r--r--src/input/libdvdnav/remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/remap.c b/src/input/libdvdnav/remap.c
index df0be29ce..42bb8b3dd 100644
--- a/src/input/libdvdnav/remap.c
+++ b/src/input/libdvdnav/remap.c
@@ -216,7 +216,7 @@ remap_t* remap_loadmap( char *title) {
remap_add_node( map, tmp);
}
}
- close (fp); /* ignoring errors... */
+ fclose (fp); /* ignoring errors... */
if (map->nblocks == 0 && map->debug == 0) return NULL;
return map;