summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.h
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-device.h
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-device.h')
-rw-r--r--gusb/gusb-device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h
index 706d1c2..daba903 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -114,7 +114,7 @@ struct _GUsbDeviceClass
* If adding fields to this struct, remove corresponding
* amount of padding to avoid changing overall struct size
*/
- gchar _gusb_reserved[GUSB_RESERVED_PADDING];
+ gchar _gusb_reserved[G_USB_RESERVED_PADDING];
};
GType g_usb_device_get_type (void);