diff options
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index 32116fd29..93d3f89d1 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -1108,7 +1108,7 @@ static void add_cmd_block(char *cmdstr) | |||
1108 | free(temp); | 1108 | free(temp); |
1109 | } | 1109 | } |
1110 | 1110 | ||
1111 | extern int sed_main(int argc, char **argv) | 1111 | int sed_main(int argc, char **argv) |
1112 | { | 1112 | { |
1113 | int status = EXIT_SUCCESS, opt, getpat = 1; | 1113 | int status = EXIT_SUCCESS, opt, getpat = 1; |
1114 | 1114 | ||