aboutsummaryrefslogtreecommitdiff
path: root/netnuke.c
diff options
context:
space:
mode:
Diffstat (limited to 'netnuke.c')
-rw-r--r--netnuke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netnuke.c b/netnuke.c
index 783f0b5..2f75023 100644
--- a/netnuke.c
+++ b/netnuke.c
@@ -182,7 +182,7 @@ int nuke(const char* media, uint64_t size)
}
endTime = time(NULL);
- printf("\n");
+ putchar('\n');
close(fd);
return 0;
}