diff options
-rwxr-xr-x | init/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/util.c b/init/util.c index f994ab9..743748b 100755 --- a/init/util.c +++ b/init/util.c @@ -47,7 +47,7 @@ */ static unsigned int android_name_to_id(const char *name) { - struct android_id_info *info = android_ids; + const struct android_id_info *info = android_ids; unsigned int n; for (n = 0; n < android_id_count; n++) { |