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 65791dfe6..07fa5cfaf 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -77,7 +77,7 @@ static int file_doesnt_exist(const char *filename) | |||
77 | return stat(filename, &statbuf); | 77 | return stat(filename, &statbuf); |
78 | } | 78 | } |
79 | 79 | ||
80 | int patch_main(int argc, char **argv); | 80 | int patch_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
81 | int patch_main(int argc, char **argv) | 81 | int patch_main(int argc, char **argv) |
82 | { | 82 | { |
83 | int patch_level = -1; | 83 | int patch_level = -1; |