summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
-rw-r--r--src/input/libdvdnav/decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c
index ee701ee3a..7268bd79e 100644
--- a/src/input/libdvdnav/decoder.c
+++ b/src/input/libdvdnav/decoder.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: decoder.c,v 1.10 2003/05/11 13:44:04 jcdutton Exp $
+ * $Id: decoder.c,v 1.11 2003/05/16 09:56:50 mroi Exp $
*
*/
@@ -102,7 +102,7 @@ static void set_GPRM(registers_t* registers, uint8_t reg, uint16_t value) {
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 {