vendor::delete() should always return a value, in this case if we fall through we've failed

This commit is contained in:
Chris Morgan
2007-07-31 03:09:42 +00:00
committed by WineHQ
parent a7d8eb7e20
commit bc49543356

View File

@@ -167,6 +167,8 @@ class Vendor {
return FALSE;
}
return false;
}
function outputEditor()