From ac6680fbc0db40bff2ff26cb0285dbc360c68c81 Mon Sep 17 00:00:00 2001 From: ctso Date: Thu, 24 Jun 2010 03:35:24 +0000 Subject: Fix typo Change-Id: I51440cc41ae5c5ac4dede7ec7bf0b417c9562cd5 --- cmds/installd/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds') diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c index fff922f..f27eef8 100644 --- a/cmds/installd/commands.c +++ b/cmds/installd/commands.c @@ -420,7 +420,7 @@ int create_cache_path(char path[PKG_PATH_MAX], const char *src) const char *cache_path = DALVIK_CACHE_PREFIX; if (!strncmp(src, "/system", 7)) { - property_get("dalvik.vm.dexopt-data-only" dexopt_data_only, ""); + property_get("dalvik.vm.dexopt-data-only", dexopt_data_only, ""); if (!strcmp(dexopt_data_only, "1")) { cache_path = DALVIK_SYSTEM_CACHE_PREFIX; } -- cgit v1.1