Mercurial > pidgin
changeset 3610:9313e146daf4
[gaim-migrate @ 3723]
Thanks much to Wil Mahan :)
(thats with one l ;-))
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 09 Oct 2002 04:55:57 +0000 |
parents | 4faf84dfdda2 |
children | a99f6f97a3f9 |
files | src/ft.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ft.c Wed Oct 09 04:55:29 2002 +0000 +++ b/src/ft.c Wed Oct 09 04:55:57 2002 +0000 @@ -75,8 +75,7 @@ static int ft_choose_file(gpointer a, struct file_transfer *xfer); static void ft_cancel(gpointer w, struct file_transfer *xfer); static void ft_delete(struct file_transfer *xfer); -static void ft_callback(gpointer data, gint source, - GaimInputCondition condition); +static void ft_callback(gpointer data, gint source, GaimInputCondition condition); static void ft_nextfile(struct file_transfer *xfer); static int ft_mkdir(const char *name); static int ft_mkdir_help(char *dir);