From d7f7bf3ce79c282323da96f1f3d26a1490938bac Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 29 Jul 2019 12:02:45 -0400 Subject: [PATCH] One more file prepping for color --- src/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.h b/src/display.h index e322987..d4964cf 100644 --- a/src/display.h +++ b/src/display.h @@ -16,7 +16,7 @@ typedef struct void display_main(Sheet *cursheet); void display_init(Sheet *cursheet, int always_redraw); -void display_end(void); +void display_end(Sheet *sheet); void redraw_cell(Sheet *sheet, const Location at); void redraw_sheet(Sheet *sheet); const char *line_file(const char *file, const char *pattern, const char *title, int create);