Commit b64fe560c9cd0fec84ee3f78ef7ee338d5e993dd
1 parent
401625e9
Exists in
master
and in
1 other branch
Fixing warning.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/selection/table.c
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
| 35 | 35 | |
| 36 | 36 | /// @brief Check if column has data. |
| 37 | -static gboolean hasDataOnColumn(v3270 * G_GNUC_UNUSED(terminal), unsigned int col, const GList *selection, gboolean all) | |
| 37 | +static gboolean hasDataOnColumn(v3270 G_GNUC_UNUSED(* terminal), unsigned int col, const GList *selection, gboolean all) | |
| 38 | 38 | { |
| 39 | 39 | while(selection) |
| 40 | 40 | { | ... | ... |