diff options
Diffstat (limited to 'src/Document.cxx')
| -rw-r--r-- | src/Document.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Document.cxx b/src/Document.cxx index 8b40806f3..76695efe5 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -19,7 +19,7 @@  #include "RESearch.h"  // This is ASCII specific but is safe with chars >= 0x80 -inline bool isspacechar(unsigned char ch) { +static inline bool isspacechar(unsigned char ch) {  	return (ch == ' ') || ((ch >= 0x09) && (ch <= 0x0d));  } | 
