diff src/account.h @ 8691:0eb5161ef333

[gaim-migrate @ 9444] Patch by Stu Tomlinson to disable the font size and background color buttons in MSN, and close the tags in msn/utils.c. Thanks :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 Apr 2004 03:27:33 +0000
parents 7dcd6f26e4a7
children beb7be215db3
line wrap: on
line diff
--- a/src/account.h	Sun Apr 18 01:37:19 2004 +0000
+++ b/src/account.h	Sun Apr 18 03:27:33 2004 +0000
@@ -72,7 +72,7 @@
 	GSList *permit;             /**< Permit list.                         */
 	GSList *deny;               /**< Deny list.                           */
 	int perm_deny;              /**< The permit/deny setting.             */
- 	GaimLog *system_log;        /**< The system log                       */
+	GaimLog *system_log;        /**< The system log                       */
 };
 
 #ifdef __cplusplus