aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 18:20:36 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 18:20:36 -0400
commitd04ca06959d29b970da17ca72a2827aef81e78bd (patch)
treee0f2cd2126b643db9808730fa577f82293f72f88
parentf40a821cde19d4a943863a1bf7039c74de9f2174 (diff)
downloadrunes-d04ca06959d29b970da17ca72a2827aef81e78bd.tar.gz
runes-d04ca06959d29b970da17ca72a2827aef81e78bd.zip
fix header guard
-rw-r--r--src/window-xlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index d8e04f2..c5d0a8c 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -1,5 +1,5 @@
#ifndef _RUNES_WINDOW_XLIB_H
-#define _RUNES_XLIB_H
+#define _RUNES_WINDOW_XLIB_H
#include <cairo.h>
#include <time.h>