diff options
Diffstat (limited to 'src/common/text.h')
-rw-r--r-- | src/common/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/text.h b/src/common/text.h index 86e3bff0..ccbae785 100644 --- a/src/common/text.h +++ b/src/common/text.h @@ -1,7 +1,7 @@ #include "textenums.h" -#ifndef XCHAT_TEXT_H -#define XCHAT_TEXT_H +#ifndef HEXCHAT_TEXT_H +#define HEXCHAT_TEXT_H #define EMIT_SIGNAL(i, sess, a, b, c, d, e) text_emit(i, sess, a, b, c, d) |