Mercurial > pidgin
comparison src/ft.c @ 4201:511c2b63caa4
[gaim-migrate @ 4432]
Some code cleanups to remove warnings and fix up indenting a little.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 04 Jan 2003 21:01:32 +0000 |
| parents | d3c8d2b40494 |
| children | cd84b0fd63fc |
comparison
equal
deleted
inserted
replaced
| 4200:c8fb43808a4b | 4201:511c2b63caa4 |
|---|---|
| 568 | 568 |
| 569 static void ft_callback(gpointer data, gint source, | 569 static void ft_callback(gpointer data, gint source, |
| 570 GaimInputCondition condition) | 570 GaimInputCondition condition) |
| 571 { | 571 { |
| 572 struct file_transfer *xfer = (struct file_transfer *)data; | 572 struct file_transfer *xfer = (struct file_transfer *)data; |
| 573 int rt, i; | 573 int rt; |
| 574 char *buf = NULL; | 574 char *buf = NULL; |
| 575 | 575 |
| 576 if (condition & GAIM_INPUT_READ) { | 576 if (condition & GAIM_INPUT_READ) { |
| 577 if (xfer->gc->prpl->file_transfer_read) | 577 if (xfer->gc->prpl->file_transfer_read) |
| 578 rt = xfer->gc->prpl->file_transfer_read(xfer->gc, xfer, | 578 rt = xfer->gc->prpl->file_transfer_read(xfer->gc, xfer, |
