From 3fc48166fb6471637334ffa4a8784480ab8d4988 Mon Sep 17 00:00:00 2001 From: Leonard Sheng Sheng Lee Date: Fri, 11 Oct 2024 10:34:31 +0200 Subject: [PATCH] fix: return type warning Signed-off-by: Leonard Sheng Sheng Lee --- lavat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lavat.c b/lavat.c index 00873f2..1972428 100644 --- a/lavat.c +++ b/lavat.c @@ -273,6 +273,7 @@ short next_color(short current){ return colors[(i+1)%8]; } } + return colors[0]; } void fix_rim_color(){