summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 16:18:30 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-14 16:18:30 +0000
commit50e7d28bd71cd6ead00f85d6d7b09613bde8ee0d (patch)
tree251b7931ea3b9d09cb6aab7cc47a9dd9d8d25481
parent09e195a6eea17d0739668ec0d0f81d3ccd73c650 (diff)
Minor change.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1040 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/WarnLevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index 0d6781ed..86e51835 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -44,7 +44,7 @@ static int error_level = 0;
/* Store a list of format strings */
-static n_formats = 0;
+static int n_formats = 0;
static pKeyedData *formatlist = NULL;