diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-08 19:25:20 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-08 19:25:20 -0400 |
| commit | a1dbffdd965478ad59a8e6c708abd4ad00ac0c93 (patch) | |
| tree | 678bb5b01fbca0d541489a273a37405fea22b094 | |
| parent | ce8f41c0d1f56169dc19696b6baf77307748d0b0 (diff) | |
| download | NetNuke-a1dbffdd965478ad59a8e6c708abd4ad00ac0c93.tar.gz | |
Replaced printf("\n") with putchar('\n');
| -rw-r--r-- | netnuke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ int nuke(const char* media, uint64_t size) } endTime = time(NULL); - printf("\n"); + putchar('\n'); close(fd); return 0; } |
