diff options
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/patch.c b/editors/patch.c index f8d7605c0..2c908040f 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -75,6 +75,7 @@ static int file_doesnt_exist(const char *filename) | |||
75 | return stat(filename, &statbuf); | 75 | return stat(filename, &statbuf); |
76 | } | 76 | } |
77 | 77 | ||
78 | int patch_main(int argc, char **argv); | ||
78 | int patch_main(int argc, char **argv) | 79 | int patch_main(int argc, char **argv) |
79 | { | 80 | { |
80 | int patch_level = -1; | 81 | int patch_level = -1; |