fixed variable declarations

This commit is contained in:
2014-12-27 07:00:05 +00:00
parent 0fdcaf547f
commit c0fb7692d6
2 changed files with 10 additions and 4 deletions

View File

@ -105,7 +105,6 @@ int qse_fs_sysgetattr (qse_fs_t* fs, const qse_fs_char_t* fspath, qse_fs_attr_t*
#endif
}
int qse_fs_getattrmbs (qse_fs_t* fs, const qse_mchar_t* path, qse_fs_attr_t* attr)
{
qse_fs_char_t* fspath;