diff options
Diffstat (limited to 'editors')
-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 bcd3c6830..d406a62bb 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -52,7 +52,7 @@ static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int li | |||
52 | * returns malloc'ed filename | 52 | * returns malloc'ed filename |
53 | */ | 53 | */ |
54 | 54 | ||
55 | static unsigned char *extract_filename(char *line, unsigned short patch_level) | 55 | static char *extract_filename(char *line, unsigned short patch_level) |
56 | { | 56 | { |
57 | char *filename_start_ptr = line + 4; | 57 | char *filename_start_ptr = line + 4; |
58 | int i; | 58 | int i; |