From fd77e9515b3d65e8bfbbbb0ce6d6dd250fbd2f1e Mon Sep 17 00:00:00 2001 From: Rajko Stojadinovic Date: Thu, 26 Jul 2018 02:12:24 +0200 Subject: [PATCH] More code style fixes --- nx/include/switch/services/ncm.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nx/include/switch/services/ncm.h b/nx/include/switch/services/ncm.h index d9b2bc39..d635c3d0 100644 --- a/nx/include/switch/services/ncm.h +++ b/nx/include/switch/services/ncm.h @@ -46,10 +46,10 @@ typedef struct { } NcmContentRecord; typedef struct { - u16 numExtraBytes; //Size of optional struct that comes after this one. - u16 numContentRecords; //Number of NcmContentRecord entries after the extra bytes. - u16 numMetaRecords; //Number of NcmMetaRecord entries that come after the NcmContentRecords. - u16 padding; //Always zero. + u16 numExtraBytes; ///< Size of optional struct that comes after this one. + u16 numContentRecords; ///< Number of NcmContentRecord entries after the extra bytes. + u16 numMetaRecords; ///< Number of NcmMetaRecord entries that come after the NcmContentRecords. + u16 padding; ///< Always zero. } NcmContentMetaRecordsHeader; typedef struct {