Skip to content

Commit 687aaf6

Browse files
authored
FSUSER_GetLegacyBannerData: Fix documentation typo (#526)
1 parent 4de90c3 commit 687aaf6

File tree

1 file changed

+1
-1
lines changed
  • libctru/include/3ds/services

1 file changed

+1
-1
lines changed

libctru/include/3ds/services/fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Result FSUSER_GetLegacyRomHeader(FS_MediaType mediaType, u64 programId, void* he
647647
* @brief Gets the legacy banner data of a program.
648648
* @param mediaType Media type of the program.
649649
* @param programId ID of the program.
650-
* @param header Pointer to output the legacy banner data to. (size = 0x23C0)
650+
* @param banner Pointer to output the legacy banner data to. (size = 0x23C0)
651651
*/
652652
Result FSUSER_GetLegacyBannerData(FS_MediaType mediaType, u64 programId, void* banner);
653653

0 commit comments

Comments
 (0)