summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2011-12-02 15:57:35 +0000
committerMarcus Meissner <marcus@jet.franken.de>2011-12-02 15:57:35 +0000
commit37fc2ba109fe0c9dc1ebdb37e2c4bf4b828494f0 (patch)
tree8f9eb07f222c8d9b4d1cfb8fafac7aa78c7c08b5
parentc73abaf9be7070bd7fda0244e8d32433477af671 (diff)
downloadlibgphoto2-37fc2ba109fe0c9dc1ebdb37e2c4bf4b828494f0.tar.gz
unmark for translate msg_read
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@13785 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 4cac0651d..be730ef85 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -897,7 +897,7 @@ gp_port_usb_msg_read (GPPort *port, int request, int value, int index,
CHECK_NULL (port);
CHECK_INIT (port);
- CHECK_SUPP (port, _("msg_read"), port->pc->ops->msg_read);
+ CHECK_SUPP (port, "msg_read", port->pc->ops->msg_read);
retval = port->pc->ops->msg_read (port, request, value, index, bytes, size);
CHECK_RESULT (retval);