summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-12-31 18:36:23 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-12-31 18:36:23 +0000
commitd4e727834d86fab610f9c2d0573c55453734428d (patch)
tree95a22d3ec2e468252ffd8efc09808171a477c5e8 /tests
parentd3749615f772f1ec58f784df88b0571615e37a4e (diff)
downloadlibgphoto2-d4e727834d86fab610f9c2d0573c55453734428d.tar.gz
fixed warning for \' by just using '
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9828 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/test-camera-list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 20da5eaa8..fa83ac86c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = ddb
+SUBDIRS =
check_PROGRAMS = \
test-camera-list \
diff --git a/tests/test-camera-list.c b/tests/test-camera-list.c
index 3c3a8f2d1..67c1105cb 100644
--- a/tests/test-camera-list.c
+++ b/tests/test-camera-list.c
@@ -205,7 +205,7 @@ main (int argc, char *argv[])
const char *camlibs = (camlib_env != NULL)?camlib_env:CAMLIBS;
printf("no camera drivers (camlibs) found in camlib dir:\n"
- " CAMLIBS=\`%s', default=\'%s', used=%s\n",
+ " CAMLIBS='%s', default='%s', used=%s\n",
camlib_env?camlib_env:"(null)", CAMLIBS,
(camlib_env!=NULL)?"CAMLIBS":"default");
return(1);