summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-06 19:29:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-06 19:29:54 +0100
commitaf37465cc3d373ce2397da5f521fea026cdf1883 (patch)
tree158ca651bea1cbc75f67f22bce847e1753efd0c3
parent164b17d0eb3771680636dbfc0743f95d8c585cef (diff)
downloadtvisiontest-af37465cc3d373ce2397da5f521fea026cdf1883.tar.gz
tvisiontest-af37465cc3d373ce2397da5f521fea026cdf1883.tar.bz2
small fix for NEWT_EXIT_ERROR
-rw-r--r--src/newt/test1.cpp3
1 files changed, 3 insertions, 0 deletions
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