Skip to content
Snippets Groups Projects
Commit dffd8697 authored by ballen4705's avatar ballen4705
Browse files

Fixed extraneous double semicolons ';;'

parent 4175c546
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment