diff options
author | pixel <pixel> | 2008-05-21 16:05:21 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-05-21 16:05:21 +0000 |
commit | 74cf2f1f8c8748ccc7cd33c37be3be18f6e08f0c (patch) | |
tree | 8bf0baa36bcea63ebd99e9ec594bb72ad7440239 | |
parent | b4e756462cc011874edb13e1fe2991cac6d39f1f (diff) |
Fixing typo.
-rw-r--r-- | mpq-fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |