summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tree/src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tree/src/main.cpp b/tree/src/main.cpp
index 55709ff..8a90e8e 100644
--- a/tree/src/main.cpp
+++ b/tree/src/main.cpp
@@ -49,6 +49,9 @@ int main (void)
switch(iInputOption)
{
+ case 0:
+ return 0;
+ break;
case 1: //fill
cout << "Filling with Data.....";
fill();