summaryrefslogtreecommitdiff
path: root/gusb/gusb-context.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-06-09 01:09:44 -0700
committerRichard Hughes <richard@hughsie.com>2012-06-10 09:43:24 +0100
commitc20178312e59d9aa3a77f94b49987da0419c1320 (patch)
treee6e98faf99f2f066005e23679b541cdcf97f695b /gusb/gusb-context.c
parent049fdd43d6e8b82b170569bcc9a47fee5cb958e5 (diff)
downloadgusb-c20178312e59d9aa3a77f94b49987da0419c1320.tar.gz
Rename inconsistently named gusb_* symbols to g_usb_*
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'gusb/gusb-context.c')
-rw-r--r--gusb/gusb-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-context.c b/gusb/gusb-context.c
index cccd8ff..b4b2d2f 100644
--- a/gusb/gusb-context.c
+++ b/gusb/gusb-context.c
@@ -319,7 +319,7 @@ g_usb_context_new (GError **error)
G_USB_CONTEXT_ERROR,
G_USB_CONTEXT_ERROR_INTERNAL,
"failed to init libusb: %s [%i]",
- gusb_strerror (rc), rc);
+ g_usb_strerror (rc), rc);
return NULL;
}