summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpq-fs.c2
1 files changed, 1 insertions, 1 deletions
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 {