summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2008-05-21 16:05:21 +0000
committerpixel <pixel>2008-05-21 16:05:21 +0000
commit74cf2f1f8c8748ccc7cd33c37be3be18f6e08f0c (patch)
tree8bf0baa36bcea63ebd99e9ec594bb72ad7440239
parentb4e756462cc011874edb13e1fe2991cac6d39f1f (diff)
Fixing typo.
-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 {