From 7df5b961c9a40259a5766b88b9acc8f0e9a67799 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 20 Jan 2014 19:41:41 +0000 Subject: fixes $531 (ability to highlight messages by a role) git-svn-id: http://svn.miranda-ng.org/main/trunk@7803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/chat/log.cpp b/src/modules/chat/log.cpp index b5703cda2e..6aeb1132c3 100644 --- a/src/modules/chat/log.cpp +++ b/src/modules/chat/log.cpp @@ -76,7 +76,7 @@ static int EventToIcon(LOGINFO * lin) return 0; } -static char *Log_SetStyle(int style, int fontindex) +static char* Log_SetStyle(int style, int fontindex) { LOGFONT &lf = ci.aFonts[fontindex].lf; -- cgit v1.2.3