Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b745edae authored by philz-cwm6's avatar philz-cwm6 Committed by Gerrit Code Review
Browse files

One less integer

Change-Id: Ie94b28694c12182652464c4b8e61ab4c67905b07
parent 8eeed5f3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -137,9 +137,8 @@ int install_zip(const char* packagefilepath)
#ifdef ENABLE_LOKI
    if(loki_support_enabled) {
       ui_print("Checking if loki-fying is needed");
       int result;
       if(result = loki_check()) {
           return result;
       if (loki_check() != 0) {
           return 1;
       }
    }
#endif