Skip to content

Commit e46c92e

Browse files
felipecgitster
authored andcommitted
abspath: trivial style fix
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 077f434 commit e46c92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abspath.c

+1-1
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)