From a1dbffdd965478ad59a8e6c708abd4ad00ac0c93 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 8 Sep 2009 23:25:20 +0000 Subject: Replaced printf("\n") with putchar('\n'); --- netnuke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit