ref: cba944bcb9ddec37b14c1ba6a301cce95575c8d5
parent: c252b87b115247685e8e4d7b67844fc8fd6e3dd4
author: Diego Biurrun <diego@biurrun.de>
date: Fri Nov 14 05:41:42 EST 2014
dvd_region: Drop some unnecessary end-of-line continuation backslashes
--- a/test/dvd_region.c
+++ b/test/dvd_region.c
@@ -140,7 +140,7 @@
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();
@@ -177,11 +177,11 @@
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:
@@ -205,12 +205,12 @@
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;