summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-06-26 08:54:20 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-06-26 08:54:20 +0000
commit55a06ea820f56094dab88486e5d15f90de55e77d (patch)
treebf1bd31444b0f64d30bd3554be7e471ae2bb6ac1 /packaging
parent145ea1ab0c61869d6398d7087a9a9bfb1b825b90 (diff)
downloadlibgphoto2-55a06ea820f56094dab88486e5d15f90de55e77d.tar.gz
remove a superflous comma
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15013 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'packaging')
-rw-r--r--packaging/generic/print-camera-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/generic/print-camera-list.c b/packaging/generic/print-camera-list.c
index 3ead13596..7164bf0f4 100644
--- a/packaging/generic/print-camera-list.c
+++ b/packaging/generic/print-camera-list.c
@@ -431,7 +431,7 @@ udev_parse_params (const func_params_t *params, void **data)
"ENV{ID_USB_INTERFACES}==\"\", IMPORT{builtin}=\"usb_id\"\n"
/* shortcut the most common camera driver, ptp class, so we avoid parsing 1000
* more rules . It will be completed in udev_begin_func() */
- "ENV{ID_USB_INTERFACES}==\"*:060101:*\", ENV{ID_GPHOTO2}=\"1\", ENV{GPHOTO2_DRIVER}=\"PTP\", ",
+ "ENV{ID_USB_INTERFACES}==\"*:060101:*\", ENV{ID_GPHOTO2}=\"1\", ENV{GPHOTO2_DRIVER}=\"PTP\"",
};
static const char * const usbcam_strings[] = {
/* UDEV_PRE_0_98 */