diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-12-18 14:06:37 +0000 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-12-24 01:49:48 +0000 |
| commit | bbe0bf133252c75ce2485aebc6eb5a7c497fe5ad (patch) | |
| tree | 898d540f9e12b684d691e954c3653cccda3a8949 /src/core/file_sys/archive_systemsavedata.h | |
| parent | 2bbbe68399c6252c4d88a3ae650bec592c96d3b1 (diff) | |
FileSys: Clean up according to the coding style, and remove redundant namespaced names.
Diffstat (limited to 'src/core/file_sys/archive_systemsavedata.h')
| -rw-r--r-- | src/core/file_sys/archive_systemsavedata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h index 443e27091..55d85193c 100644 --- a/src/core/file_sys/archive_systemsavedata.h +++ b/src/core/file_sys/archive_systemsavedata.h @@ -15,7 +15,7 @@ namespace FileSys { /// File system interface to the SystemSaveData archive -/// TODO(Subv): This archive should point to a location in the NAND, +/// TODO(Subv): This archive should point to a location in the NAND, /// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High> class Archive_SystemSaveData final : public DiskArchive { public: |
