diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-07 03:52:36 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-07 03:52:36 +0000 |
| commit | 957bdf511eff8db9800ad98dc905af48bfc962ec (patch) | |
| tree | a289c0714788a15dfb0bcf3c9030a3425c5072c3 /release/sysinstall/anonFTP.c | |
| parent | f6284247b7e8b3e76b0c281f3ab2f86753fce0cb (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/anonFTP.c')
| -rw-r--r-- | release/sysinstall/anonFTP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c index 0af53be9e6bb..3e0215777807 100644 --- a/release/sysinstall/anonFTP.c +++ b/release/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.8 1996/03/18 15:27:39 jkh Exp $ + * $Id: anonFTP.c,v 1.9 1996/03/23 07:21:28 jkh Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. @@ -402,7 +402,7 @@ anonftpOpenDialog(void) } int -configAnonFTP(char *unused) +configAnonFTP(dialogMenuItem *self) { int i; |
