changeset 13211:ca559e2b1d0a

[gaim-migrate @ 15575] Just a couple miscellaneous whitespace, spelling, and warning fixed from one of my trees. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 10 Feb 2006 05:14:46 +0000
parents 77e1d19c115a
children 64bae3cbec8d
files plugins/pluginpref_example.c src/cmds.h src/prefix.h
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 =
--- 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,
 };
 
--- 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