summaryrefslogtreecommitdiff
path: root/src/z-term.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-term.cc')
-rw-r--r--src/z-term.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/z-term.cc b/src/z-term.cc
index d187a7ff..a6b304a7 100644
--- a/src/z-term.cc
+++ b/src/z-term.cc
@@ -672,7 +672,7 @@ void Term_queue_char(int x, int y, byte a, char c)
* a valid location, so the first "n" characters of "s" can all be added
* starting at (x,y) without causing any illegal operations.
*/
-void Term_queue_chars(int x, int y, int n, byte a, const char *s)
+static void Term_queue_chars(int x, int y, int n, byte a, const char *s)
{
int x1 = -1, x2 = -1;