diff options
Diffstat (limited to 'plugins/SRMM/msglog.c')
-rw-r--r-- | plugins/SRMM/msglog.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/SRMM/msglog.c b/plugins/SRMM/msglog.c index 00a8b682e4..82bb0f8da5 100644 --- a/plugins/SRMM/msglog.c +++ b/plugins/SRMM/msglog.c @@ -180,11 +180,7 @@ static int AppendToBufferWithRTF(char **buffer, int *cbBufferEnd, int *cbBufferA return textCharsCount;
}
-#ifdef _UNICODE
- #define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %S;}"
-#else
- #define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %s;}"
-#endif
+#define FONT_FORMAT "{\\f%u\\fnil\\fcharset%u %S;}"
static char *CreateRTFHeader(struct MessageWindowData *dat)
{
|