Merge pull request #5 from sheeeng/fix/return-type-warning

fix: return type warning
This commit is contained in:
AngelJumbo 2024-10-11 19:22:49 -05:00 committed by GitHub
commit cfed09d5ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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