From: Piotr S. <ps...@us...> - 2009-09-17 12:05:39
|
Update of /cvsroot/ayttm/ayttm/modules/yahoo2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12682/modules/yahoo2 Modified Files: yahoo.c Log Message: reformatted source code Index: yahoo.c =================================================================== RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- yahoo.c 6 Sep 2009 18:23:08 -0000 1.116 +++ yahoo.c 17 Sep 2009 12:04:59 -0000 1.117 @@ -29,7 +29,7 @@ #ifdef __MINGW32__ # include <winsock2.h> -# include <sys/timeb.h> /* <-- added to allow compilation on Win32 ( see get_time() ) : plasmoidia */ +# include <sys/timeb.h> /* <-- added to allow compilation on Win32 ( see get_time() ) : plasmoidia */ # define EINPROGRESS WSAEINPROGRESS #else # include <netdb.h> @@ -93,12 +93,11 @@ ******************************************************************************/ /* Module defines */ [...4377 lines suppressed...] eb_remove_menu_item(EB_CHAT_WINDOW_MENU, webcam_chat_menu_tag); - if(webcam_contact_menu_tag) + if (webcam_contact_menu_tag) eb_remove_menu_item(EB_CONTACT_MENU, webcam_contact_menu_tag); mywebcam_chat_menu_tag = mywebcam_contact_menu_tag = 0; @@ -3834,11 +3988,10 @@ yc.ext_yahoo_buddyicon_uploaded = ext_yahoo_buddyicon_uploaded; yc.ext_yahoo_chat_yahoologout = ext_yahoo_chat_yahoologout; - yc.ext_yahoo_chat_yahooerror = ext_yahoo_chat_yahooerror ; + yc.ext_yahoo_chat_yahooerror = ext_yahoo_chat_yahooerror; yc.ext_yahoo_got_buddy_change_group = ext_yahoo_got_buddy_change_group; yahoo_register_callbacks(&yc); - + #endif } - |