summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/messages.c b/utils/messages.c
index 6ad17c3dd..5b62912a6 100644
--- a/utils/messages.c
+++ b/utils/messages.c
@@ -54,7 +54,7 @@ static struct hash_table *messages_hash = NULL;
struct hash_table *messages_load_ctx(const char *path, struct hash_table *ctx)
{
char s[400];
- gzFile *fp;
+ gzFile fp;
assert(path != NULL);