diff options
Diffstat (limited to 'src/modules/chat/log.cpp')
-rw-r--r-- | src/modules/chat/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|