app/status: Fix spacing in function call

Closes: #1783
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2019-03-12 16:09:10 -04:00 committed by Atomic Bot
parent adff1e98b6
commit ed3294fa98

View File

@ -712,8 +712,8 @@ print_one_deployment (RPMOSTreeSysroot *sysroot_proxy,
if (active_removals_nevra->len > 0 )
{
g_ptr_array_add (active_removals_nevra, NULL);
print_packages("RemovedBasePackages", max_key_len,
(const char *const*)active_removals_nevra->pdata, NULL);
print_packages ("RemovedBasePackages", max_key_len,
(const char *const*)active_removals_nevra->pdata, NULL);
}
}