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);