diff options
Diffstat (limited to 'src/vterowdata.c')
-rw-r--r-- | src/vterowdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vterowdata.c b/src/vterowdata.c index 5736a79..fadd434 100644 --- a/src/vterowdata.c +++ b/src/vterowdata.c @@ -91,7 +91,7 @@ _vte_row_data_fini (VteRowData *row) row->cells = NULL; } -inline gboolean +static inline gboolean _vte_row_data_ensure (VteRowData *row, guint len) { VteCells *cells = _vte_cells_for_cell_array (row->cells); |