summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-09-19 16:37:44 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-10-09 11:27:06 +0200
commit88208d5ffda5cfbf03901038b41afae703f0d172 (patch)
tree5817c2113723bca44961eceb50e8f15552c166cc /xml.h
parent7779e6a74852a7655210abb686287a4b59e75fdc (diff)
xml.h: add underscore for #ifdef guard
This is the common style.
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.h b/xml.h
index 4a56588..00aae86 100644
--- a/xml.h
+++ b/xml.h
@@ -1,5 +1,5 @@
-#ifndef _XML_H
-#define _XML_H
+#ifndef _XML_H_
+#define _XML_H_
#include <stdio.h>