Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/transport-positive-depth-only'
[gitweb.git]
/
abspath.c
diff --git
a/abspath.c
b/abspath.c
index e390994abff32054452e878484e79c249474389f..8b3385a77749108b29d0a25042a13a174ddbc2e4 100644
(file)
--- 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;
}