From a5856f062cac3c0640486e5bff9f908e419a0443 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Wed, 27 Nov 2002 21:53:32 +0000 Subject: change comment style so this file will compile CVS patchset: 3383 CVS date: 2002/11/27 21:53:32 --- src/input/libdvdread/ifo_print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3