summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
committerQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
commit2bbd589f0d317032bc4b618b4d054cf0764cc548 (patch)
tree1963eebb6d808cea3ec6df409266321a8360df38 /include/rofi.h
parent8104997e6f1c2d9de4c9757d6cfa79831aa20e9c (diff)
Add prefix to header guard. #191
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rofi.h b/include/rofi.h
index f235dd50..024e37ba 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -1,5 +1,5 @@
-#ifndef SIMPLESWITCHER_H
-#define SIMPLESWITCHER_H
+#ifndef ROFI_MAIN_H
+#define ROFI_MAIN_H
#include <X11/X.h>
#include <glib.h>
#include <textbox.h>