summaryrefslogtreecommitdiffstats
path: root/tools/testlibraw.c
diff options
context:
space:
mode:
authorGravatar bencollins 2003-07-13 00:49:54 +0000
committerGravatar bencollins 2003-07-13 00:49:54 +0000
commit22487936468d60ee02b3f7ad83506dc3a903cb2e (patch)
treeae354dc79c825061d4d33c9aa2cc394b4945efe6 /tools/testlibraw.c
parentUpdates from 0.10.0 release. (diff)
Fix compiler warnings.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@109 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
-rw-r--r--tools/testlibraw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testlibraw.c b/tools/testlibraw.c
index 2836945..5f73bd9 100644
--- a/tools/testlibraw.c
+++ b/tools/testlibraw.c
@@ -21,12 +21,12 @@
#define TESTADDR (CSR_REGISTER_BASE + CSR_CYCLE_TIME)
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
+This libraw1394 does not work with your version of Linux. You need a different\n\
+version that matches your kernel (see kernel help text for the raw1394 option to\n\
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
+This probably means that you don't have raw1394 support in the kernel or that\n\
you haven't loaded the raw1394 module.\n";
quadlet_t buffer;