summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/ifo_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/libdvdnav/ifo_print.c')
-rw-r--r--src/input/libdvdnav/ifo_print.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/libdvdnav/ifo_print.c b/src/input/libdvdnav/ifo_print.c
index 6432aea09..50aeacd17 100644
--- a/src/input/libdvdnav/ifo_print.c
+++ b/src/input/libdvdnav/ifo_print.c
@@ -129,13 +129,13 @@ static void ifoPrint_video_attributes(video_attr_t *attr) {
printf("(please send a bug report) ");
}
- /* Wide is allways allowed..!!! */
+ /* Wide is allways allowed..!!! */
switch(attr->permitted_df) {
case 0:
printf("pan&scan+letterboxed ");
break;
case 1:
- printf("only pan&scan "); /*??*/
+ printf("only pan&scan "); /* ?? */
break;
case 2:
printf("only letterboxed ");
@@ -323,7 +323,7 @@ static void ifoPrint_audio_attributes(audio_attr_t *attr) {
case 4: /* Directors 2 */
printf("Director's comments 2 ");
break;
- /*case 4: Music score ? */
+ /* case 4: Music score ? */
default:
printf("(please send a bug report) ");
}