From de25c4276f7e7760c7a22eb1633adb1a1875282e Mon Sep 17 00:00:00 2001 From: memL0rz Date: Sun, 20 Oct 2024 12:12:44 +0000 Subject: [PATCH] Update st.c --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 170ebaf..57c6e96 100755 --- a/st.c +++ b/st.c @@ -180,7 +180,7 @@ static void tinsertblank(int); static void tinsertblankline(int); static int tlinelen(int); static void tmoveto(int, int); -tatic void tmoveato(int, int); +static void tmoveato(int, int); static void tnewline(int); static void tputtab(int); static void tputc(Rune);