summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:41:01 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:41:01 +0000
commit2f1f82ee87f42b53593575241839d6d3b277880f (patch)
treeabffb1c601fb3b92e2f910bfd420f98e0f552874 /RichString.c
parentb95993fa22dc62667a86919d371e0941c168c094 (diff)
Updates for new version of the MakeHeader.py script.
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy