fixed st.h portion of keyboard select patch file

- matching line number
- matching content
This commit is contained in:
Zachary Schlitt 2019-10-08 17:07:30 -05:00
parent 53d58e9630
commit 814d2a9d73

View file

@ -259,7 +259,8 @@ diff --git a/st.h b/st.h
index 38c61c4..a76419e 100644
--- a/st.h
+++ b/st.h
@@ -109,6 +109,7 @@ size_t utf8encode(Rune, char *);
@@ -118,7 +118,8 @@ size_t utf8encode(Rune, char *);
void *xmalloc(size_t);
void *xrealloc(void *, size_t);
char *xstrdup(char *);