From 5f0ec6893dab9def5be25c029615e2a2527cd020 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:25:44 +1100 Subject: [PATCH] Update text.h --- src/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.h b/src/text.h index 050de24..5ebe98a 100644 --- a/src/text.h +++ b/src/text.h @@ -2,7 +2,7 @@ #define TEXT_H int Ren_line(char line[], int char_x, int char_y, int ln, int ll, bool col ); -void its(int, char *); +void its(int, char *, char); void hts(char, char *); extern char about[];