aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.c b/head.c
index fac9ec659..0c8ef3d59 100644
--- a/head.c
+++ b/head.c
@@ -29,7 +29,7 @@
29#include <string.h> 29#include <string.h>
30#include "busybox.h" 30#include "busybox.h"
31 31
32int head(int len, FILE *fp) 32static int head(int len, FILE *fp)
33{ 33{
34 int i; 34 int i;
35 char *input; 35 char *input;