summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index 5670851..972d824 100644
--- a/ui.c
+++ b/ui.c
@@ -28,6 +28,7 @@
 #include <wctype.h>
 
 #include "chat.h"
+#undef uiFmt
 
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
 #define MAX(a, b) ((a) > (b) ? (a) : (b))