diff --git a/sm5/ataprint.c b/sm5/ataprint.c index 3932c76e02525b0f0f5b9cf60cd7e9ccfa11fb66..79b3992301ed6671e8160c95567b1daea5e02c11 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -1,4 +1,4 @@ -// $Id: ataprint.c,v 1.10 2002/10/15 14:24:26 ballen4705 Exp $ +// $Id: ataprint.c,v 1.11 2002/10/16 13:21:06 ballen4705 Exp $ /* * ataprint.c * @@ -936,7 +936,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -959,7 +959,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -983,7 +983,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -1006,7 +1006,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support self test function\n"); + printf ("ERROR: device does not support self test function\n"); exit(-1); } @@ -1027,7 +1027,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index 0979cd77be0cc6db09d68f9a417310b404e015a5..2a33860abcb859eee2ed3de6d7295a64c03432c5 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -1,4 +1,4 @@ -// $Id: ataprint.cpp,v 1.10 2002/10/15 14:24:26 ballen4705 Exp $ +// $Id: ataprint.cpp,v 1.11 2002/10/16 13:21:06 ballen4705 Exp $ /* * ataprint.c * @@ -936,7 +936,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -959,7 +959,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -983,7 +983,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); } @@ -1006,7 +1006,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support self test function\n"); + printf ("ERROR: device does not support self test function\n"); exit(-1); } @@ -1027,7 +1027,7 @@ void ataPrintMain ( int fd ) { if ( ! isSupportSelfTest(smartval) ) { - printf (" ERROR: device does not support Self-Test function\n"); + printf ("ERROR: device does not support Self-Test function\n"); exit(-1); }