summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/RichString.c b/RichString.c
index 7a92e081..1ee22bfa 100644
--- a/RichString.c
+++ b/RichString.c
@@ -23,8 +23,7 @@ typedef struct RichString_ {
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif
-/* private property */
-WINDOW* workArea = NULL;
+static WINDOW* workArea = NULL;
RichString RichString_new() {
RichString this;