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 3fc48166fb6471637334ffa4a8784480ab8d4988
parent 560d2533f3fbb07e04aa72f56f39bee3ca9cee72
Auteurice: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
Date:   Fri, 11 Oct 2024 10:34:31 +0200

fix: return type warning

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>

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