mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 16:48:33 -05:00
app-utils: typo
This commit is contained in:
committed by
Alexander Larsson
parent
2d85126fc4
commit
fbcdb07768
@@ -1654,7 +1654,7 @@ extract_appstream (OstreeRepo *repo,
|
||||
}
|
||||
if (!copy_icon (id, root, dest, "128x128", &my_error))
|
||||
{
|
||||
g_print ("Error copying 128x12 icon: %s\n", my_error->message);
|
||||
g_print ("Error copying 128x128 icon: %s\n", my_error->message);
|
||||
g_clear_error (&my_error);
|
||||
}
|
||||
}
|
||||
@@ -2165,7 +2165,7 @@ xdg_app_xml_parse (GInputStream *in,
|
||||
char buffer[32*1024];
|
||||
gssize len;
|
||||
g_autoptr(GMarkupParseContext) ctx = NULL;
|
||||
|
||||
|
||||
if (compressed)
|
||||
{
|
||||
g_autoptr(GZlibDecompressor) decompressor = NULL;
|
||||
|
||||
Reference in New Issue
Block a user