mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-09 13:25:25 +00:00
Update scsi_daynaport.cpp
Missing semicolon when building non-debug build.
This commit is contained in:
@@ -60,7 +60,7 @@ SCSIDaynaPort::SCSIDaynaPort() : Disk()
|
||||
if(!m_bTapEnable){
|
||||
LOGERROR("Unable to open the TAP interface");
|
||||
}else {
|
||||
LOGDEBUG("Tap interface created")
|
||||
LOGDEBUG("Tap interface created");
|
||||
}
|
||||
|
||||
LOGTRACE("%s this->reset()", __PRETTY_FUNCTION__);
|
||||
|
Reference in New Issue
Block a user