Browse Source

[tools]: change the status code

SummerGift 6 năm trước cách đây
mục cha
commit
efefc551b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/kconfig-frontends/frontends/mconf/mconf.c

+ 1 - 1
tools/kconfig-frontends/frontends/mconf/mconf.c

@@ -1058,7 +1058,7 @@ int main(int ac, char **av)
         conf_set_message_callback(NULL);
         av++; 
         res = handle_exit();
-        return 1;
+        return res;
      } 
 
     do {