about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-05 10:01:27 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-05 10:01:27 +0200
commitf21595597f4fa872b77d7f76ae04916f4aae732e (patch)
treef0d4dec07da9a695a8627575b1837ba26441e911 /src/ui/mucwin.c
parent7e8cf4a3d680ef5b8f056021846818fb526635d9 (diff)
downloadprofani-tty-f21595597f4fa872b77d7f76ae04916f4aae732e.tar.gz
Format code correctly
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r--src/ui/mucwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index a0717282..5bf21722 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -391,7 +391,7 @@ _mucwin_print_mention(ProfWin* window, const char* const message, const char* co
     while (curr) {
         pos = GPOINTER_TO_INT(curr->data);
 
-        char *before_str = g_utf8_substring(message, last_pos, pos);
+        char* before_str = g_utf8_substring(message, last_pos, pos);
 
         if (last_pos == 0 && strncmp(before_str, "/me ", 4) == 0) {
             win_print_them(window, THEME_ROOMMENTION, ch, flags, "");