diff options
Diffstat (limited to 'toys/net/ftpget.c')
-rw-r--r-- | toys/net/ftpget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/net/ftpget.c b/toys/net/ftpget.c index 6ead05ef..94e5caed 100644 --- a/toys/net/ftpget.c +++ b/toys/net/ftpget.c @@ -54,7 +54,7 @@ GLOBALS( ) // we should get one line of data, but it may be in multiple chunks -int xread2line(int fd, char *buf, int len) +static int xread2line(int fd, char *buf, int len) { int i, total = 0; |