diff options
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index cb6db78cd..365e24cba 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -849,7 +849,7 @@ static void identify(uint16_t *val) | |||
849 | jj >>= 1; | 849 | jj >>= 1; |
850 | } | 850 | } |
851 | } | 851 | } |
852 | printf("%s\n", kk ? "" : "\n\tLikely used CD-ROM ATAPI-1"); | 852 | puts(kk ? "" : "\n\tLikely used CD-ROM ATAPI-1"); |
853 | /* the cdrom stuff is more like ATA-2 than anything else, so: */ | 853 | /* the cdrom stuff is more like ATA-2 than anything else, so: */ |
854 | like_std = 2; | 854 | like_std = 2; |
855 | } | 855 | } |