diff options
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c index 2248b61e2..9a3740882 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -88,7 +88,7 @@ static int file_doesnt_exist(const char *filename) | |||
88 | return(stat(filename, &statbuf)); | 88 | return(stat(filename, &statbuf)); |
89 | } | 89 | } |
90 | 90 | ||
91 | extern int patch_main(int argc, char **argv) | 91 | int patch_main(int argc, char **argv) |
92 | { | 92 | { |
93 | int patch_level = -1; | 93 | int patch_level = -1; |
94 | char *patch_line; | 94 | char *patch_line; |