summaryrefslogtreecommitdiffabout
path: root/include
Side-by-side diff
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/extension.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/opkele/extension.h b/include/opkele/extension.h
index 3fb5f6e..a9d301b 100644
--- a/include/opkele/extension.h
+++ b/include/opkele/extension.h
@@ -1,8 +1,8 @@
-#ifndef __OPKELE_EXTENSIONS_H
-#define __OPKELE_EXTENSIONS_H
+#ifndef __OPKELE_EXTENSION_H
+#define __OPKELE_EXTENSION_H
/**
* @file
* @brief extensions framework basics
*/
@@ -53,7 +53,7 @@ namespace opkele {
*/
operator extension_t*(void) { return this; }
};
}
-#endif /* __OPKELE_EXTENSIONS_H */
+#endif /* __OPKELE_EXTENSION_H */