comparison libgaim/protocols/irc/msgs.c @ 15153:38cdfbb371b1

[gaim-migrate @ 17939] Compile warning fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 10 Dec 2006 08:29:03 +0000
parents b81e4e44b509
children ccad8138a4b2
comparison
equal deleted inserted replaced
15152:be2feab10c71 15153:38cdfbb371b1
196 } 196 }
197 197
198 void irc_msg_endwhois(struct irc_conn *irc, const char *name, const char *from, char **args) 198 void irc_msg_endwhois(struct irc_conn *irc, const char *name, const char *from, char **args)
199 { 199 {
200 GaimConnection *gc; 200 GaimConnection *gc;
201 GString *info; 201 char *tmp, *tmp2;
202 char *str, *tmp, *tmp2;
203 GaimNotifyUserInfo *user_info; 202 GaimNotifyUserInfo *user_info;
204 203
205 if (!irc->whois.nick) { 204 if (!irc->whois.nick) {
206 gaim_debug(GAIM_DEBUG_WARNING, "irc", "Unexpected End of WHOIS for %s\n", args[1]); 205 gaim_debug(GAIM_DEBUG_WARNING, "irc", "Unexpected End of WHOIS for %s\n", args[1]);
207 return; 206 return;