From af37465cc3d373ce2397da5f521fea026cdf1883 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Mar 2015 19:29:54 +0100 Subject: small fix for NEWT_EXIT_ERROR --- src/newt/test1.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/newt/test1.cpp b/src/newt/test1.cpp index 55b043c..fb15c70 100644 --- a/src/newt/test1.cpp +++ b/src/newt/test1.cpp @@ -82,6 +82,9 @@ int main( void ) case newtExitStruct::NEWT_EXIT_TIMER: break; + + case newtExitStruct::NEWT_EXIT_ERROR: + break; } // cleanup -- cgit v1.2.3-54-g00ecf