aboutsummaryrefslogtreecommitdiff
path: root/hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostname.c')
-rw-r--r--hostname.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostname.c b/hostname.c
index 532fc16..ed3b25d 100644
--- a/hostname.c
+++ b/hostname.c
@@ -10,4 +10,3 @@ int main(void) {
fprintf(stdout, "%s\n", name->nodename);
exit(EXIT_SUCCESS);
}
-