aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--generic/Field.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 015a752..7a17736 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ RUNTIME_SOURCES = zincLogo.tcl zincText.tcl zincGraphics.tcl
GENERIC_HDRS =
#========================================================================
-# Nothing of the variables below this line need to be changed.
+# Nothing in the variables below this line need to be changed.
#========================================================================
lib_BINARIES = $($(PACKAGE)_LIB_FILE)
diff --git a/generic/Field.c b/generic/Field.c
index e0a428f..3788885 100644
--- a/generic/Field.c
+++ b/generic/Field.c
@@ -76,7 +76,7 @@ typedef struct _FieldStruct {
* -filled attributes set the ZN_COORDS_FLAG to update
* the leader that might protude if not clipped by the text.
*/
-ZnAttrConfig field_attrs[] = {
+static ZnAttrConfig field_attrs[] = {
{ ZN_CONFIG_ALIGNMENT, "-alignment", NULL,
Tk_Offset(FieldStruct, alignment), 0, ZN_DRAW_FLAG, False },
{ ZN_CONFIG_AUTO_ALIGNMENT, "-autoalignment", NULL,