diff --git a/src/selection/table.c b/src/selection/table.c index 7f8ee9f..f4c5a0a 100644 --- a/src/selection/table.c +++ b/src/selection/table.c @@ -34,7 +34,7 @@ /*--[ Implement ]------------------------------------------------------------------------------------*/ /// @brief Check if column has data. -static gboolean hasDataOnColumn(v3270 * G_GNUC_UNUSED(terminal), unsigned int col, const GList *selection, gboolean all) +static gboolean hasDataOnColumn(v3270 G_GNUC_UNUSED(* terminal), unsigned int col, const GList *selection, gboolean all) { while(selection) { -- libgit2 0.21.2