blob: 3d712daea4306462fde79f9e0ed172b9c9b20f7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- gscanbus.c 2001-07-11 11:53:51.000000000 +0100
+++ gscanbus.c.plasmaroo 2003-10-28 21:45:18.000000000 +0000
@@ -109,14 +109,8 @@
static GdkPixmap *pixmap = NULL;
-const char not_compatible[] = "\
-This libraw1394 does not work with your version of Linux. You need a different
-version that matches your kernel (see kernel help text for the raw1394 option to
-find out which is the correct version).\n";
-
-const char not_loaded[] = "\
-This probably means that you don't have raw1394 support in the kernel or that
-you haven't loaded the raw1394 module.\n";
+const char not_compatible[] = "This libraw1394 does not work with your version of Linux. You need a different version that matches your kernel (see kernel help text for the raw1394 option to find out which is the correct version).\n";
+const char not_loaded[] = "This probably means that you don't have raw1394 support in the kernel or that you haven't loaded the raw1394 module.\n";
/*---------------------------------------------------------------------------
* Drawing routines
|