From 79e91e58d9daf9407d0b231fb0f1856c21a0aa69 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.70.2@1880 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/os_linux.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sm5/os_linux.cpp b/sm5/os_linux.cpp
index 939e052b5..186e1573f 100644
--- a/sm5/os_linux.cpp
+++ b/sm5/os_linux.cpp
@@ -70,9 +70,9 @@ typedef unsigned long long u8;
 
 #define ARGUSED(x) ((void)(x))
 
-static const char *filenameandversion="$Id: os_linux.cpp,v 1.70.2.1 2004/08/16 23:57:19 ballen4705 Exp $";
+static const char *filenameandversion="$Id: os_linux.cpp,v 1.70.2.2 2004/08/18 16:21:20 ballen4705 Exp $";
 
-const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.70.2.1 2004/08/16 23:57:19 ballen4705 Exp $" \
+const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.70.2.2 2004/08/18 16:21:20 ballen4705 Exp $" \
 ATACMDS_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID;
 
 // to hold onto exit code for atexit routine
@@ -488,7 +488,7 @@ int ata_command_interface(int device, smart_command_set command, int select, cha
     taskfile->feature        = ATA_SMART_WRITE_LOG_SECTOR;
     taskfile->sector_count   = 1;
     taskfile->sector_number  = select;
-    taskfile->low_cylinder   = 0x4f;;
+    taskfile->low_cylinder   = 0x4f;
     taskfile->high_cylinder  = 0xc2;
     taskfile->device_head    = 0;
     taskfile->command        = ATA_SMART_CMD;
-- 
GitLab