From cf58876a8e0a729679aaa0d403c31461a68de9c7 Mon Sep 17 00:00:00 2001 From: Quietust Date: Sun, 18 Mar 2012 14:42:36 -0500 Subject: [PATCH] Need to return a value here --- library/RemoteTools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/RemoteTools.cpp b/library/RemoteTools.cpp index 68f29e4f8..0ac4d5808 100644 --- a/library/RemoteTools.cpp +++ b/library/RemoteTools.cpp @@ -440,6 +440,7 @@ static command_result ListEnums(color_ostream &stream, ENUM(profession); + return CR_OK; #undef ENUM #undef BITFIELD }