From c4a4d10f023ced1fdab492f1b92d0aa0a39ebc3b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Aug 2013 16:26:46 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Msg_Export/src/options.h') diff --git a/plugins/Msg_Export/src/options.h b/plugins/Msg_Export/src/options.h index e25db6b573..d8fb7afdb6 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 -- cgit v1.2.3