Skip to content

Commit

Permalink
abspath: trivial style fix
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Contreras <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
felipec authored and gitster committed Dec 9, 2013
1 parent 077f434 commit e46c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abspath.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e46c92e

Please sign in to comment.