summaryrefslogtreecommitdiff
path: root/term/munge.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/munge.c')
-rw-r--r--term/munge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term/munge.c b/term/munge.c
index 3b304605..0903dd03 100644
--- a/term/munge.c
+++ b/term/munge.c
@@ -38,7 +38,7 @@ int output_psize;
/* Actually drop character onto output queue. This should be the
only place where we actually enqueue characters on the output queue;
it is responsible for keeping track of cursor positions. */
-inline void
+static inline void
poutput (int c)
{
if (termflags & FLUSH_OUTPUT)