mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +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:
|
next_parent:
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
@@ -989,7 +989,8 @@ _xdg_mime_cache_mime_type_subclass (const char *mime,
|
|||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
next_parent:
|
next_parent:
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user