mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Update scsi_daynaport.cpp
Missing semicolon when building non-debug build.
This commit is contained in:
parent
3a7674d47c
commit
50bb0664dd
@ -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__);
|
||||
|
Loading…
Reference in New Issue
Block a user