[libdvdcss-devel] [PATCH] dvd_region: Drop some unnecessary end-of-line continuation backslashes
Jean-Baptiste Kempf
jb at videolan.org
Fri Nov 14 15:54:21 CET 2014
Breaks MSVC, IIRC.
On 14 Nov, Diego Biurrun wrote :
> ---
> test/dvd_region.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/test/dvd_region.c b/test/dvd_region.c
> index 72cc16e..e7c4473 100644
> --- a/test/dvd_region.c
> +++ b/test/dvd_region.c
> @@ -137,7 +137,7 @@ static int set_region(int fd, int region)
> printf("Invalid region( %d)\n", region);
> return 1;
> }
> - printf("Setting drive region can only be done a finite " \
> + printf("Setting drive region can only be done a finite "
> "number of times, press Ctrl-C now to cancel!\n");
> /* Discard returned character, just wait for any key as confirmation. */
> (void) getchar();
> @@ -174,11 +174,11 @@ static int print_region(int fd)
> printf("Drive region is set\n");
> break;
> case 2:
> - printf("Drive region is set, with additional " \
> + printf("Drive region is set, with additional "
> "restrictions required to make a change\n");
> break;
> case 3:
> - printf("Drive region has been set permanently, but " \
> + printf("Drive region has been set permanently, but "
> "may be reset by the vendor if necessary\n");
> break;
> default:
> @@ -202,12 +202,12 @@ static int print_region(int fd)
> printf("RPC Scheme: ");
> switch( rpc_scheme ) {
> case 0:
> - printf("The Logical Unit does not enforce Regional " \
> + printf("The Logical Unit does not enforce Regional "
> "Playback Control (RPC).\n");
> break;
> case 1:
> printf("The Logical Unit _shall_ adhere to the "
> - "specification and all requirements of the " \
> + "specification and all requirements of the "
> "Content Scrambling System (CSS) license "
> "agreement concerning RPC.\n");
> break;
> --
> 2.1.0
>
> _______________________________________________
> libdvdcss-devel mailing list
> libdvdcss-devel at videolan.org
> https://mailman.videolan.org/listinfo/libdvdcss-devel
--
With my kindest regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the libdvdcss-devel
mailing list