From 9f7a92bc44141aa0884782d38d240c3a126234a4 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 3 May 2019 03:41:08 +0200 Subject: fixed tabs --- color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'color.h') diff --git a/color.h b/color.h index f5e1f88..10d376e 100644 --- a/color.h +++ b/color.h @@ -28,6 +28,6 @@ uint8_t rgb_avg(uint8_t R, uint8_t G, uint8_t B); //Get nearest printable color in console char *calc_col(uint8_t R, uint8_t G, uint8_t B); -void generate_ansi(); +char *calc_col_ansi(uint8_t R, uint8_t G, uint8_t B); #endif //_COLOR_H_ -- cgit v1.2.3