diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 39717afae..65856aa55 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -2612,7 +2612,7 @@ static rstream *next_input_file(void) | |||
2612 | return &rsm; | 2612 | return &rsm; |
2613 | } | 2613 | } |
2614 | 2614 | ||
2615 | extern int awk_main(int argc, char **argv) | 2615 | int awk_main(int argc, char **argv) |
2616 | { | 2616 | { |
2617 | char *s, *s1; | 2617 | char *s, *s1; |
2618 | int i, j, c, flen; | 2618 | int i, j, c, flen; |