diff options
Diffstat (limited to 'plugins/Msg_Export/src/options.h')
-rwxr-xr-x | plugins/Msg_Export/src/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Msg_Export/src/options.h b/plugins/Msg_Export/src/options.h index 60debd4b77..e25db6b573 100755 --- a/plugins/Msg_Export/src/options.h +++ b/plugins/Msg_Export/src/options.h @@ -20,7 +20,7 @@ #ifndef MSG_EXP_OPTIONS_H
#define MSG_EXP_OPTIONS_H
-int OptionsInitialize( WPARAM , LPARAM );
-int nExportCompleatList(HWND hParent , bool bOnlySelected );
+int OptionsInitialize( WPARAM, LPARAM );
+int nExportCompleatList(HWND hParent, bool bOnlySelected );
#endif
\ No newline at end of file |