Loading init/util.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ */ */ static unsigned int android_name_to_id(const char *name) 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; unsigned int n; for (n = 0; n < android_id_count; n++) { for (n = 0; n < android_id_count; n++) { Loading Loading
init/util.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ */ */ static unsigned int android_name_to_id(const char *name) 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; unsigned int n; for (n = 0; n < android_id_count; n++) { for (n = 0; n < android_id_count; n++) { Loading