aboutsummaryrefslogtreecommitdiff
path: root/mkfontscale/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkfontscale/data.h')
-rw-r--r--mkfontscale/data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkfontscale/data.h b/mkfontscale/data.h
index 326cf851e..5a31badb3 100644
--- a/mkfontscale/data.h
+++ b/mkfontscale/data.h
@@ -27,7 +27,7 @@
/* Order is significant. For example, some B&H fonts are hinted by
URW++, and both strings appear in the notice. */
-char *notice_foundries[][2] =
+static char *notice_foundries[][2] =
{{"Bigelow", "b&h"},
{"Adobe", "adobe"},
{"Bitstream", "bitstream"},
@@ -50,7 +50,7 @@ char *notice_foundries[][2] =
/* It should not contain useless entries (such as UNKN) nor duplicate
entries for padding both with spaces and NULs. */
-char *vendor_foundries[][2] =
+static char *vendor_foundries[][2] =
{{"ADBE", "adobe"},
{"AGFA", "agfa"},
{"ALTS", "altsys"},