diff options
| author | Subv <subv2112@gmail.com> | 2016-01-16 17:01:01 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-03-20 14:52:26 -0500 |
| commit | 3aa42627a3a35d8a4fb9acdcced24977d1f269cd (patch) | |
| tree | 187e8911ae3b960c080f486bbf9fdbeeaea980bf /src/core/file_sys/archive_backend.h | |
| parent | 95380d895056d8f1336daec95c41c1b022ae2564 (diff) | |
HLE/FS: Corrected some style concerns.
Diffstat (limited to 'src/core/file_sys/archive_backend.h')
| -rw-r--r-- | src/core/file_sys/archive_backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_backend.h b/src/core/file_sys/archive_backend.h index 800ac1541..94cda172f 100644 --- a/src/core/file_sys/archive_backend.h +++ b/src/core/file_sys/archive_backend.h @@ -172,7 +172,7 @@ public: */ virtual ResultCode Format(const Path& path, const FileSys::ArchiveFormatInfo& format_info) = 0; - /* + /** * Retrieves the format info about the archive with the specified path * @param path Path to the archive * @return Format information about the archive or error code |
