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

Commit b3a5343e authored by Stephen Hines's avatar Stephen Hines Committed by android code review
Browse files

Merge "Fixed a discarded const qualifier warning"

parents f889f0db de7f1ad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {