Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2017-10-16 14:26:50 +02:00
parent ae8d6a4d5f
commit 4633576a3c

View File

@ -636,6 +636,8 @@ static gboolean _channel_out(Copy * copy, GIOChannel * source)
static gboolean _channel_out_error(Copy * copy, GIOChannel * source,
GError * error)
{
(void) source;
_copy_filename_error(copy, copy->filev[copy->cur], 0);
g_error_free(error);
gtk_main_quit(); /* XXX ugly */