Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / circlechef / tools / reverse / Driver.cpp
index 9c0b9ea..8a2b85f 100644 (file)
@@ -38,7 +38,7 @@ int entry(int argc, char **argv)
   {
     std::cout << err.what() << std::endl;
     std::cout << arser;
-    return 0;
+    return 255;
   }
 
   std::string circle_path = arser.get<std::string>("circle");