diff options
Diffstat (limited to 'plugins/SecureIM/src/rtfconv.h')
-rw-r--r-- | plugins/SecureIM/src/rtfconv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/SecureIM/src/rtfconv.h b/plugins/SecureIM/src/rtfconv.h index c051836e25..eed541a85e 100644 --- a/plugins/SecureIM/src/rtfconv.h +++ b/plugins/SecureIM/src/rtfconv.h @@ -7,9 +7,8 @@ #define CONVMODE_USE_SYSTEM_TABLE 0x800000 /* Use OS's table only */
-typedef intptr_t (WINAPI *RTFCONVSTRING) ( const void *pSrcBuffer, void *pDstBuffer,
- int nSrcCodePage, int nDstCodePage, unsigned long dwFlags,
- size_t nMaxLen );
+typedef intptr_t (WINAPI *RTFCONVSTRING)(const void *pSrcBuffer, void *pDstBuffer,
+ int nSrcCodePage, int nDstCodePage, unsigned long dwFlags, size_t nMaxLen);
extern RTFCONVSTRING pRtfconvString;
|