diff options
Diffstat (limited to 'lib/vio_lines.c')
-rw-r--r-- | lib/vio_lines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vio_lines.c b/lib/vio_lines.c index 2ac874d1..a9268fd5 100644 --- a/lib/vio_lines.c +++ b/lib/vio_lines.c @@ -119,7 +119,7 @@ vio_lc_init_new(vio_line_control lc, int width, int height) * Returns: address of vio_line_control (if any) -- NULL if structure released */ extern vio_line_control -vio_lc_reset(vio_line_control lc, bool free_structure) +vio_lc_reset(vio_line_control lc, free_keep_b free_structure) { if (lc != NULL) { |