summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garrett <jeff@jgarrett.org>2007-11-20 22:21:39 -0600
committerJeff Garrett <jeff@jgarrett.org>2007-11-20 22:21:39 -0600
commit3ac65e23a6105a8b61d237748ce9477d0cb510c0 (patch)
tree8316c543901bdb1ff3dd9a5f6bed0c7dd5dcae31
parent3ed44c8afe148a537778c7d6ceda80db79ea73bd (diff)
Make the TIGER states list static
-rw-r--r--src/tiger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiger.c b/src/tiger.c
index c6241e5..a593e61 100644
--- a/src/tiger.c
+++ b/src/tiger.c
@@ -26,7 +26,7 @@
#define TIGER_STATES_FILE DATADIR "/tiger-states.txt"
-GHashTable *state_list;
+static GHashTable *state_list;
GHashTable *tiger_get_states()