mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 14:22:18 -04:00
app/build-export: Fix gcc warning about too many arguments for printf
Drop the spurious final argument. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -757,7 +757,7 @@ flatpak_builtin_build_export (int argc, char **argv, GCancellable *cancellable,
|
||||
"Arch: %s\n"
|
||||
"Branch: %s\n"
|
||||
"Built with: "PACKAGE_STRING"\n",
|
||||
id, arch, branch, NULL);
|
||||
id, arch, branch);
|
||||
|
||||
full_branch = g_strconcat ((opt_runtime || is_runtime) ? "runtime/" : "app/", id, "/", arch, "/", branch, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user