diff options
Diffstat (limited to 'src/patch_parse.c')
| -rw-r--r-- | src/patch_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch_parse.c b/src/patch_parse.c index d7311157f..b44d4f02f 100644 --- a/src/patch_parse.c +++ b/src/patch_parse.c @@ -33,7 +33,7 @@ typedef struct { char *old_prefix, *new_prefix; } git_patch_parsed; -static int header_path_len(git_patch_parse_ctx *ctx) +static size_t header_path_len(git_patch_parse_ctx *ctx) { bool inquote = 0; bool quoted = git_parse_ctx_contains_s(&ctx->parse_ctx, "\""); |
