Fix missing return

This commit is contained in:
elasota
2020-01-23 02:24:56 -05:00
parent 909533930e
commit a73d6fe10d

View File

@@ -334,6 +334,8 @@ int16_t LoadFilter(Dialog *dial, const TimeTaggedVOSEvent &evt)
return -1;
}
return -1;
}
#endif