changeset 200:fd9bb0dd4abd src

message beautification from Jeff Smith
author mroi
date Fri, 16 May 2003 09:25:48 +0000
parents a194eca44b77
children 534f17c79e4a
files decoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/decoder.c	Fri May 16 09:24:33 2003 +0000
+++ b/decoder.c	Fri May 16 09:25:48 2003 +0000
@@ -102,7 +102,7 @@
 static uint16_t eval_reg(command_t* command, uint8_t reg) {
   if(reg & 0x80) {
     if ((reg & 0x1f) == 20) {
-      fprintf(MSG_OUT, "libdvdnav: Suspected RCE Region Protection!!!");
+      fprintf(MSG_OUT, "libdvdnav: Suspected RCE Region Protection!!!\n");
     }
     return command->registers->SPRM[reg & 0x1f]; /*  FIXME max 24 not 32 */
   } else {