aboutsummaryrefslogtreecommitdiff
path: root/src/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.h')
-rw-r--r--src/flags.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flags.h b/src/flags.h
index a4a4709..8344205 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -1,5 +1,5 @@
-#ifndef GRAB2_FLAGS_H
-#define GRAB2_FLAGS_H
+#ifndef GRAB_FLAGS_H
+#define GRAB_FLAGS_H
typedef struct {
bool c : 1;
@@ -20,4 +20,4 @@ extern
#endif
flags_t flags;
-#endif /* !GRAB2_FLAGS_H */
+#endif /* !GRAB_FLAGS_H */