comparison src/protocols/silc/ft.c @ 8910:26c9b8761707

[gaim-migrate @ 9680] a patch from wing to fix some grammer and puctuation (but not my spelling), and some white space committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 09 May 2004 04:06:58 +0000
parents 50d0f76639e7
children b8138f3959dc
comparison
equal deleted inserted replaced
8909:87e171358001 8910:26c9b8761707
287 static void 287 static void
288 silcgaim_ftp_send(GaimXfer *x) 288 silcgaim_ftp_send(GaimXfer *x)
289 { 289 {
290 SilcGaimXfer xfer = x->data; 290 SilcGaimXfer xfer = x->data;
291 const char *name; 291 const char *name;
292 char *local_ip = NULL, *remote_ip = NULL;; 292 char *local_ip = NULL, *remote_ip = NULL;
293 gboolean local = TRUE; 293 gboolean local = TRUE;
294 294
295 name = gaim_xfer_get_local_filename(x); 295 name = gaim_xfer_get_local_filename(x);
296 296
297 /* Do the same magic what we do with key agreement (see silcgaim_buddy.c) 297 /* Do the same magic what we do with key agreement (see silcgaim_buddy.c)