From 74cf2f1f8c8748ccc7cd33c37be3be18f6e08f0c Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 21 May 2008 16:05:21 +0000 Subject: Fixing typo. --- mpq-fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpq-fs.c') diff --git a/mpq-fs.c b/mpq-fs.c index 333e02b..f797e74 100644 --- a/mpq-fs.c +++ b/mpq-fs.c @@ -131,7 +131,7 @@ struct mpq_file_t * mpqlib_fs_open(const char * _fname) { #define FALSE 0 #define TRUE !FALSE -void mpqlib_shutdown() { +void mpqlib_fs_shutdown() { if (!hash_table) return; if (hfirst(hash_table)) do { -- cgit v1.2.3