# HG changeset patch # User Etan Reisner # Date 1139548486 0 # Node ID ca559e2b1d0a3fce91a864ad9566525229c289d5 # Parent 77e1d19c115a316c743697cfc79355b26b02f5bb [gaim-migrate @ 15575] Just a couple miscellaneous whitespace, spelling, and warning fixed from one of my trees. committer: Tailor Script diff -r 77e1d19c115a -r ca559e2b1d0a plugins/pluginpref_example.c --- a/plugins/pluginpref_example.c Fri Feb 10 03:46:40 2006 +0000 +++ b/plugins/pluginpref_example.c Fri Feb 10 05:14:46 2006 +0000 @@ -108,7 +108,9 @@ } static GaimPluginUiInfo prefs_info = { - get_plugin_pref_frame + get_plugin_pref_frame, + 0, /* page_num (Reserved) */ + NULL /* frame (Reserved) */ }; static GaimPluginInfo info = diff -r 77e1d19c115a -r ca559e2b1d0a src/cmds.h --- a/src/cmds.h Fri Feb 10 03:46:40 2006 +0000 +++ b/src/cmds.h Fri Feb 10 05:14:46 2006 +0000 @@ -69,7 +69,7 @@ enum _GaimCmdFlag { GAIM_CMD_FLAG_IM = 0x01, GAIM_CMD_FLAG_CHAT = 0x02, - GAIM_CMD_FLAG_PRPL_ONLY = 0x04, + GAIM_CMD_FLAG_PRPL_ONLY = 0x04, GAIM_CMD_FLAG_ALLOW_WRONG_ARGS = 0x08, }; diff -r 77e1d19c115a -r ca559e2b1d0a src/prefix.h --- a/src/prefix.h Fri Feb 10 03:46:40 2006 +0000 +++ b/src/prefix.h Fri Feb 10 05:14:46 2006 +0000 @@ -55,7 +55,7 @@ #define br_prepend_prefix BR_NAMESPACE(br_prepend_prefix) #ifndef BR_NO_MACROS - /* These are convience macros that replace the ones usually used + /* These are convenience macros that replace the ones usually used in Autoconf/Automake projects */ #undef SELFPATH #undef PREFIX