From e46c92e4ef75a74e210dcd517b04d7ea4b6e17ba Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 7 Dec 2013 23:56:56 -0600 Subject: abspath: trivial style fix Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- abspath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abspath.c') diff --git a/abspath.c b/abspath.c index e390994abf..8b3385a777 100644 --- a/abspath.c +++ b/abspath.c @@ -143,7 +143,7 @@ static const char *real_path_internal(const char *path, int die_on_error) error_out: free(last_elem); if (*cwd && chdir(cwd)) - die_errno ("Could not change back to '%s'", cwd); + die_errno("Could not change back to '%s'", cwd); return retval; } -- cgit v1.2.3