# HG changeset patch # User Mark Doliner # Date 1155708670 0 # Node ID ee80f766b7e3cb36847fee0bb049777aa7e3a3ec # Parent 44ec6c7cbc76f2497e532a5fb53b4d916c7a1a21 [gaim-migrate @ 16782] Fix a warning: nexus.c:299: warning: no previous prototype for 'nexus_challenge_data_lookup' And change this code to use tab indentation committer: Tailor Script diff -r 44ec6c7cbc76 -r ee80f766b7e3 src/protocols/msn/nexus.c --- a/src/protocols/msn/nexus.c Wed Aug 16 05:12:48 2006 +0000 +++ b/src/protocols/msn/nexus.c Wed Aug 16 06:11:10 2006 +0000 @@ -294,13 +294,13 @@ } /* this guards against missing hash entries */ -char * +static char * nexus_challenge_data_lookup(GHashTable *challenge_data, const char *key) { - char *entry; + char *entry; - return (entry = (char *)g_hash_table_lookup(challenge_data, key)) ? - entry : "(null)"; + return (entry = (char *)g_hash_table_lookup(challenge_data, key)) ? + entry : "(null)"; } void