diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-09-29 16:08:52 +1000 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-09-29 16:08:52 +1000 |
| commit | 7597f614ea4c81b9ef88ffaaeaf81bda6984d920 (patch) | |
| tree | 761f10f606131ff7ae17046f8037f61c08a074c8 /src/RESearch.cxx | |
| parent | 9442fdc0319daf74c48e9aa385a16a0482903765 (diff) | |
| download | scintilla-mirror-7597f614ea4c81b9ef88ffaaeaf81bda6984d920.tar.gz | |
Mark local functions as static.
Diffstat (limited to 'src/RESearch.cxx')
| -rw-r--r-- | src/RESearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx index f8d9c6226..4e290309c 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -305,7 +305,7 @@ void RESearch::ChSetWithCase(unsigned char c, bool caseSensitive) { } } -unsigned char escapeValue(unsigned char ch) { +static unsigned char escapeValue(unsigned char ch) { switch (ch) { case 'a': return '\a'; case 'b': return '\b'; |
