diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp
index e02e7adf677d7a8912f400fc8f18d2cdc639cfa9..3077842e54f3b86545ae60130bdecb69a365d957 100644
--- a/sm5/smartd.cpp
+++ b/sm5/smartd.cpp
@@ -108,7 +108,7 @@ int getdomainname(char *, int); /* no declaration in header files! */
 extern const char *atacmdnames_c_cvsid, *atacmds_c_cvsid, *ataprint_c_cvsid, *escalade_c_cvsid, 
                   *knowndrives_c_cvsid, *os_XXXX_c_cvsid, *scsicmds_c_cvsid, *utility_c_cvsid;
 
-static const char *filenameandversion="$Id: smartd.cpp,v 1.333.2.3 2004/08/17 18:09:34 ballen4705 Exp $";
+static const char *filenameandversion="$Id: smartd.cpp,v 1.333.2.4 2004/08/18 16:21:20 ballen4705 Exp $";
 #ifdef NEED_SOLARIS_ATA_CODE
 extern const char *os_solaris_ata_s_cvsid;
 #endif
@@ -118,7 +118,7 @@ extern const char *daemon_win32_c_cvsid, *hostname_win32_c_cvsid, *syslog_win32_
 extern const char *int64_vc6_c_cvsid;
 #endif
 #endif
-const char *smartd_c_cvsid="$Id: smartd.cpp,v 1.333.2.3 2004/08/17 18:09:34 ballen4705 Exp $" 
+const char *smartd_c_cvsid="$Id: smartd.cpp,v 1.333.2.4 2004/08/18 16:21:20 ballen4705 Exp $" 
 ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID
 #ifdef DAEMON_WIN32_H_CVSID
 DAEMON_WIN32_H_CVSID
@@ -1505,7 +1505,7 @@ int ATADeviceScan(cfgfile *cfg, int scanning){
   
     // record number of device, type of device, increment device count
   if (cfg->controller_type == CONTROLLER_UNKNOWN)
-    cfg->controller_type=CONTROLLER_ATA;;
+    cfg->controller_type=CONTROLLER_ATA;
   
   // close file descriptor
   CloseDevice(fd, name);