Remove unneeded assignments and variables
[platform/upstream/libxkbcommon.git] / src / xkbcomp / keymap.c
index 2c2420d..16e0dfa 100644 (file)
@@ -172,7 +172,7 @@ CompileKeymap(XkbFile *file, struct xkb_desc * xkb, unsigned merge)
         }
         ACTION("Description of %s not compiled\n",
                 XkbcConfigText(mainType));
-        ok = False;
+        return False;
     }
     ok = BindIndicators(xkb, True, unbound, NULL);
     return ok;