summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-25 01:33:23 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-25 01:33:23 +0200
commit47310229a4ba96ee2aad166b7c561ec31ae20a70 (patch)
tree1986fd188110b40ca6f8c601f69562a656843777 /src/common/util.h
parent9690fa532d1661d61737c7d69f6e624bacaeecca (diff)
Some more rebranding for consistency's sake
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)])