lavat

Un fork de lavat pour pouvoir y ajouter des titres - retour accueil

git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |

commit cfed09d5babdec48a6306a965329ee2626456bfc
parent 560d2533f3fbb07e04aa72f56f39bee3ca9cee72
Auteurice: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com>
Date:   Fri, 11 Oct 2024 19:22:49 -0500

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

fix: return type warning
Diffstat:
Mlavat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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(){