aboutsummaryrefslogtreecommitdiff
path: root/src/espik.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/espik.h')
-rw-r--r--src/espik.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/espik.h b/src/espik.h
index 21a6029..3b7d007 100644
--- a/src/espik.h
+++ b/src/espik.h
@@ -1,5 +1,5 @@
-#ifndef _HAVE_ESPIK_H
-#define _HAVE_ESPIK_H
+#ifndef HAVE_ESPIK_H
+#define HAVE_ESPIK_H
typedef struct
{
@@ -23,4 +23,4 @@ typedef struct
int del_backslash (char*);
int main (int, char**);
-#endif /* _HAVE_ESPIK_H */
+#endif /* HAVE_ESPIK_H */