aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-21 16:27:37 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-09-21 16:27:37 -0700
commit44bd405ed3c33e6002bdefc83153c94031d3376e (patch)
tree390da646c6123eb7e8fd8641b699220ac43abc4e /reader.cpp
parent73f1030bdeac8a92d7dc8e0d317ff11960cf9fa4 (diff)
reader_replace_current_token can be made static
Diffstat (limited to 'reader.cpp')
-rw-r--r--reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.cpp b/reader.cpp
index a1074627..94074b7f 100644
--- a/reader.cpp
+++ b/reader.cpp
@@ -2162,7 +2162,7 @@ static void set_command_line_and_position(const wcstring &new_str, size_t pos)
reader_repaint();
}
-void reader_replace_current_token(const wchar_t *new_token)
+static void reader_replace_current_token(const wchar_t *new_token)
{
const wchar_t *begin, *end;