From a73d6fe10d4b63cba2f2ad540ececfe0129a0995 Mon Sep 17 00:00:00 2001 From: elasota Date: Thu, 23 Jan 2020 02:24:56 -0500 Subject: [PATCH] Fix missing return --- GpApp/SelectHouse.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GpApp/SelectHouse.cpp b/GpApp/SelectHouse.cpp index 30a1dd0..601b2df 100644 --- a/GpApp/SelectHouse.cpp +++ b/GpApp/SelectHouse.cpp @@ -334,6 +334,8 @@ int16_t LoadFilter(Dialog *dial, const TimeTaggedVOSEvent &evt) return -1; } + + return -1; } #endif