comparison libpurple/protocols/oscar/libicq.c @ 26434:e23a74d7c97c

Get rid of the rest of the extraneous changes.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Mon, 23 Mar 2009 06:07:16 +0000
parents bb99ee66120e
children a990da4540d3 5391094529c6
comparison
equal deleted inserted replaced
26433:0dfd05966e09 26434:e23a74d7c97c
24 * which contains all the shared implementation code with libaim 24 * which contains all the shared implementation code with libaim
25 */ 25 */
26 26
27 27
28 #include "oscarcommon.h" 28 #include "oscarcommon.h"
29
29 static GHashTable * 30 static GHashTable *
30 icq_get_account_text_table(PurpleAccount *account) 31 icq_get_account_text_table(PurpleAccount *account)
31 { 32 {
32 GHashTable *table; 33 GHashTable *table;
33 table = g_hash_table_new(g_str_hash, g_str_equal); 34 table = g_hash_table_new(g_str_hash, g_str_equal);