summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r--src/gui/gui-chat.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c
index 8bafd0458..3a346a52e 100644
--- a/src/gui/gui-chat.c
+++ b/src/gui/gui-chat.c
@@ -508,8 +508,10 @@ gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date,
{
if (!new_msg[0] && pos[0])
{
- /* modifier returned empty message, then we'll not
- print anything */
+ /*
+ * modifier returned empty message, then we'll not
+ * print anything
+ */
free (new_msg);
return;
}