summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/loader/kip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/kip.h b/src/core/loader/kip.h
index dee05a7b5..14a85e295 100644
--- a/src/core/loader/kip.h
+++ b/src/core/loader/kip.h
@@ -23,7 +23,7 @@ public:
/**
* Returns the type of the file
- * @param file std::shared_ptr<VfsFile> open file
+ * @param file open file
* @return FileType found, or FileType::Error if this loader doesn't know it
*/
static FileType IdentifyType(const FileSys::VirtualFile& file);