summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h
index a2799832..484cd617 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -11,8 +11,8 @@
  *        --+ Dagmar d'Surreal
  */
 
-#ifndef XCHAT_UTIL_H
-#define XCHAT_UTIL_H
+#ifndef HEXCHAT_UTIL_H
+#define HEXCHAT_UTIL_H
 
 #include "strlutil.h"
 #define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])