comparison src/protocols/oscar/oscar.c @ 8980:382bbf503c3d

[gaim-migrate @ 9755] whitespace committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Wed, 19 May 2004 22:26:57 +0000
parents 8e69a730885c
children a4fd6666bb83
comparison
equal deleted inserted replaced
8979:e2ad3e04d248 8980:382bbf503c3d
1250 "Gave up on old direct IM, trying again\n"); 1250 "Gave up on old direct IM, trying again\n");
1251 } else { 1251 } else {
1252 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL); 1252 gaim_notify_error(gc, NULL, "DirectIM already open.", NULL);
1253 g_free(data->who); 1253 g_free(data->who);
1254 g_free(data); 1254 g_free(data);
1255 return; 1255 return;
1256 } 1256 }
1257 } 1257 }
1258 dim = g_new0(struct oscar_direct_im, 1); 1258 dim = g_new0(struct oscar_direct_im, 1);
1259 dim->gc = gc; 1259 dim->gc = gc;
1260 g_snprintf(dim->name, sizeof dim->name, "%s", data->who); 1260 g_snprintf(dim->name, sizeof dim->name, "%s", data->who);