xdgmime: Add continue statements after goto labels in_xdg_mime_(cache_)mime_type_subclass

To fix the Android build.
This commit is contained in:
Alex Henrie
2023-11-21 11:04:50 -07:00
parent d9c50cac5d
commit 77902e1b1c
2 changed files with 3 additions and 1 deletions

View File

@@ -894,6 +894,7 @@ _xdg_mime_mime_type_subclass (const char *mime,
}
next_parent:
continue;
}
done:

View File

@@ -989,7 +989,8 @@ _xdg_mime_cache_mime_type_subclass (const char *mime,
goto done;
}
next_parent:
next_parent:
continue;
}
break;