* mu: small fix for compiler warning
This commit is contained in:
@ -585,9 +585,9 @@ output_finish (MuConfig *opts)
|
|||||||
static gboolean
|
static gboolean
|
||||||
output_query_results (MuMsgIter *iter, MuConfig *opts, GError **err)
|
output_query_results (MuMsgIter *iter, MuConfig *opts, GError **err)
|
||||||
{
|
{
|
||||||
unsigned count;
|
int count;
|
||||||
gboolean rv;
|
gboolean rv;
|
||||||
OutputFunc *output_func;
|
OutputFunc *output_func;
|
||||||
|
|
||||||
output_func = output_prepare (opts, err);
|
output_func = output_prepare (opts, err);
|
||||||
if (!output_func)
|
if (!output_func)
|
||||||
|
|||||||
Reference in New Issue
Block a user