summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-16 20:17:08 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-16 20:17:08 -0200
commit2ff1863a387a393e237e9f05525a48806e900368 (patch)
tree4d59a9a5f0d1f4e0b35ee0f562adb94ee2f3ff91 /data.h
parenta34031ea9074a453aee217b5845d07333019f26c (diff)
Silence sparse warnings and update .gitignore.
Diffstat (limited to 'data.h')
-rw-r--r--data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/data.h b/data.h
index 326cf85..5a31bad 100644
--- a/data.h
+++ b/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"},