aboutsummaryrefslogtreecommitdiff
path: root/pwd.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-18 10:37:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-18 10:37:39 +1300
commit044934b707162461823ce32816c329592a5ffd45 (patch)
tree6f30c053ec05262586b1b80bed7c9f65b5a239bc /pwd.c
parentAdd hostname(1) implementation (diff)
downloadtunics-044934b707162461823ce32816c329592a5ffd45.tar.gz
tunics-044934b707162461823ce32816c329592a5ffd45.zip
Remove trailing empty line
Diffstat (limited to 'pwd.c')
-rw-r--r--pwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pwd.c b/pwd.c
index a9999a1..13aeb06 100644
--- a/pwd.c
+++ b/pwd.c
@@ -10,4 +10,3 @@ int main(void)
fprintf(stdout, "%s\n", buf);
exit(EXIT_SUCCESS);
}
-