Browse code

Add missing newline character to debug message string

Anthony Chan authored on 2018/02/27 08:23:34
Showing 1 changed files
... ...
@@ -471,7 +471,7 @@ static int read_tables(int fd, unpack_data_t *unpack_data)
471 471
 				rar_addbits(unpack_data, 7);
472 472
 			}
473 473
 			if (i == 0) {
474
-				rar_dbgmsg("We cannot have repeat previous code at the first position");
474
+				rar_dbgmsg("We cannot have repeat previous code at the first position\n");
475 475
 				return FALSE;
476 476
 			}
477 477
 			while (n-- > 0 && i < table_size) {