summaryrefslogtreecommitdiff
path: root/gusb/gusb-version.h.in
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-08-19 14:37:18 +0100
committerRichard Hughes <richard@hughsie.com>2011-08-19 14:37:18 +0100
commit33aa048a5cf7d0182f369484fb9e5ff335d10cd9 (patch)
treeabd54bf432d8356d779eba7f64ae4e1673767820 /gusb/gusb-version.h.in
parent9884be6526070208259d25cb023fe8c8e6cffc1a (diff)
downloadgusb-33aa048a5cf7d0182f369484fb9e5ff335d10cd9.tar.gz
Fix the header guard prefix for gusb-version.h
Diffstat (limited to 'gusb/gusb-version.h.in')
-rw-r--r--gusb/gusb-version.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gusb/gusb-version.h.in b/gusb/gusb-version.h.in
index 7e82c57..97bcbb1 100644
--- a/gusb/gusb-version.h.in
+++ b/gusb/gusb-version.h.in
@@ -31,8 +31,8 @@
#error "Only <gusb.h> can be included directly."
#endif
-#ifndef __CD_VERSION_H
-#define __CD_VERSION_H
+#ifndef __GUSB_VERSION_H
+#define __GUSB_VERSION_H
/**
* G_USB_MAJOR_VERSION:
@@ -67,4 +67,4 @@
(G_USB_MAJOR_VERSION == (major) && G_USB_MINOR_VERSION == (minor) && \
G_USB_MICRO_VERSION >= (micro)))
-#endif /* __CD_VERSION_H */
+#endif /* __GUSB_VERSION_H */