summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/libdvdread/ifo_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdread/ifo_print.c b/src/input/libdvdread/ifo_print.c
index 8dc03acd5..21f28aa2b 100644
--- a/src/input/libdvdread/ifo_print.c
+++ b/src/input/libdvdread/ifo_print.c
@@ -825,7 +825,7 @@ void ifoPrint_VTS_TMAPT(vts_tmapt_t *vts_tmapt) {
int i, j;
printf("Number of VTS_TMAPS: %i\n", vts_tmapt->nr_of_tmaps);
- //printf("Last byte: %i\n", vts_tmapt->last_byte);
+ /*printf("Last byte: %i\n", vts_tmapt->last_byte);*/
for(i = 0; i < vts_tmapt->nr_of_tmaps; i++) {
printf("TMAP %i\n", i);