diff --git a/src/hardware/mpu401.cpp b/src/hardware/mpu401.cpp index 271b3562..9f4c428d 100644 --- a/src/hardware/mpu401.cpp +++ b/src/hardware/mpu401.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: mpu401.cpp,v 1.18 2006-03-18 12:28:30 qbix79 Exp $ */ +/* $Id: mpu401.cpp,v 1.19 2006-03-18 12:29:14 qbix79 Exp $ */ #include #include "dosbox.h" @@ -631,7 +631,7 @@ public: ~MPU401(){ if(!installed) return; Section_prop * section=static_cast(m_configuration); - if(strcasecmp(section->Get_string("mpu401"),"intelligent") return; + if(strcasecmp(section->Get_string("mpu401"),"intelligent")) return; PIC_SetIRQMask(mpu.irq,true); } };