diff --git a/sm5/ataprint.c b/sm5/ataprint.c index 97fb01026d12670392572af42359e8c7242af36f..e59f58dbe524843340552d7c3f9859ece529475b 100644 --- a/sm5/ataprint.c +++ b/sm5/ataprint.c @@ -28,7 +28,8 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.c,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; +const char *CVSid4="$Id: ataprint.c,v 1.17 2002/10/22 09:56:38 ballen4705 Exp $\n" + "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white // space. This is needed on little-endian architectures, eg Intel, diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp index c008b589c001ee3e949a604d36f9a63379ae000c..e4e5992ef0e233d0ecda3045227dc05be2c5fa25 100644 --- a/sm5/ataprint.cpp +++ b/sm5/ataprint.cpp @@ -28,7 +28,8 @@ #include "smartctl.h" #include "extern.h" -const char *CVSid4="$Id: ataprint.cpp,v 1.16 2002/10/22 09:50:54 ballen4705 Exp $\n" "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; +const char *CVSid4="$Id: ataprint.cpp,v 1.17 2002/10/22 09:56:38 ballen4705 Exp $\n" + "\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ; // Function for printing ASCII byte-swapped strings, skipping white // space. This is needed on little-endian architectures, eg Intel,