Skip to content

Commit e46c92e

Browse files
Felipe Contrerasgitster
authored andcommitted
abspath: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 077f434 commit e46c92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abspath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static const char *real_path_internal(const char *path, int die_on_error)
143143
error_out:
144144
free(last_elem);
145145
if (*cwd && chdir(cwd))
146-
die_errno ("Could not change back to '%s'", cwd);
146+
die_errno("Could not change back to '%s'", cwd);
147147

148148
return retval;
149149
}

0 commit comments

Comments
 (0)