diff options
Diffstat (limited to 'lib/base/encoding.cpp')
| -rw-r--r-- | lib/base/encoding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp index 2b834b6c..5d6617d9 100644 --- a/lib/base/encoding.cpp +++ b/lib/base/encoding.cpp @@ -3,7 +3,7 @@ eDVBTextEncodingHandler encodingHandler; // the one and only instance -char toupper(char c) +inline char toupper(char c) { switch (c) { |
