Fix unintended code path when debug macros are turned off
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3474 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1384,7 +1384,9 @@ DBG(OUT("LOOPER: no target handler, use this\n"));
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
DBG(OUT("LOOPER: no scripting message\n"));
|
DBG(OUT("LOOPER: no scripting message\n"));
|
||||||
|
}
|
||||||
|
|
||||||
if (handler)
|
if (handler)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user