mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
xdgmime: Add continue statements after goto labels in_xdg_mime_(cache_)mime_type_subclass
To fix the Android build.
This commit is contained in:
@@ -894,6 +894,7 @@ _xdg_mime_mime_type_subclass (const char *mime,
|
||||
}
|
||||
|
||||
next_parent:
|
||||
continue;
|
||||
}
|
||||
|
||||
done:
|
||||
|
@@ -989,7 +989,8 @@ _xdg_mime_cache_mime_type_subclass (const char *mime,
|
||||
goto done;
|
||||
}
|
||||
|
||||
next_parent:
|
||||
next_parent:
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user