ref: c167b31faa68c7b28611fd46e09289ee412d0a48
parent: d1c44aac44622ad6a2baa6cf3daa69cb3f5dcf95
author: cancel <cancel@cancel.fm>
date: Sat Jan 4 21:16:02 EST 2020
Cleanup
--- a/tui_main.c
+++ b/tui_main.c
@@ -478,9 +478,9 @@
}
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;