From 5bf91a9f77af28331b93df62cfe93b9705f678e7 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Wed, 18 Aug 2004 16:21:20 +0000 Subject: [PATCH] Fixed extraneous double semicolons ';;' git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/unlabeled-1.160.2@1880 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/atacmds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm5/atacmds.cpp b/sm5/atacmds.cpp index e3c3e9370..5514fab8f 100644 --- a/sm5/atacmds.cpp +++ b/sm5/atacmds.cpp @@ -35,7 +35,7 @@ #include "extern.h" #include "utility.h" -const char *atacmds_c_cvsid="$Id: atacmds.cpp,v 1.160.2.1 2004/08/16 23:57:19 ballen4705 Exp $" +const char *atacmds_c_cvsid="$Id: atacmds.cpp,v 1.160.2.2 2004/08/18 16:21:07 ballen4705 Exp $" ATACMDS_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID INT64_H_CVSID UTILITY_H_CVSID; // to hold onto exit code for atexit routine @@ -771,7 +771,7 @@ int ataVersionInfo (const char** description, struct ata_identify_device *drive, if (i==0) return 1; else - return i;; + return i; } // returns 1 if SMART supported, 0 if SMART unsupported, -1 if can't tell -- GitLab