fix: return type warning

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
This commit is contained in:
Leonard Sheng Sheng Lee 2024-10-11 10:34:31 +02:00
parent 560d2533f3
commit 3fc48166fb
No known key found for this signature in database
GPG Key ID: C30FD31B1BA0726E

View File

@ -273,6 +273,7 @@ short next_color(short current){
return colors[(i+1)%8];
}
}
return colors[0];
}
void fix_rim_color(){