From c167b31faa68c7b28611fd46e09289ee412d0a48 Mon Sep 17 00:00:00 2001 From: cancel Date: Sun, 5 Jan 2020 02:16:02 +0900 Subject: [PATCH] Cleanup --- tui_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tui_main.c b/tui_main.c index 3903495..71e4fdb 100644 --- a/tui_main.c +++ b/tui_main.c @@ -478,9 +478,9 @@ void advance_faketab(WINDOW* win, int offset_x, int tabstop) { } void draw_hud(WINDOW* win, int win_y, int win_x, int height, int width, - const char* filename, Usz field_h, Usz field_w, + char const* filename, Usz field_h, Usz field_w, Usz ruler_spacing_y, Usz ruler_spacing_x, Usz tick_num, Usz bpm, - Ged_cursor* const ged_cursor, Ged_input_mode input_mode, + Ged_cursor const* ged_cursor, Ged_input_mode input_mode, Usz activity_counter) { (void)height; (void)width;