Signed-off-by: Pierre Habouzit <madcoder@xxxxxxxxxx> --- builtin-apply.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/builtin-apply.c b/builtin-apply.c index 5991737..f8f5eeb 100644 --- a/builtin-apply.c +++ b/builtin-apply.c @@ -606,9 +606,7 @@ static char *git_header_name(char *line, * form. */ for (len = 0 ; ; len++) { - char c = name[len]; - - switch (c) { + switch (name[len]) { default: continue; case '\n': -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html