From befa36f693ea1e403ca1c87dcdc80fff3412f7fb Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 31 Mar 2020 19:45:03 -0700 Subject: [PATCH] ncm: fix typo --- .../include/stratosphere/ncm/ncm_content_meta_extended_data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_extended_data.hpp b/libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_extended_data.hpp index 92ecfdb48..2f997f174 100644 --- a/libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_extended_data.hpp +++ b/libraries/libstratosphere/include/stratosphere/ncm/ncm_content_meta_extended_data.hpp @@ -91,7 +91,7 @@ namespace ams::ncm { ContentMetaKey key; Digest digest; u16 content_count; - u8 reserver[2]; + u8 reserved[2]; }; struct PatchDeltaHistory {