From 494e97ff60061d232d29c6609f1f0d9ce11e9684 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 6 Jul 2018 22:53:02 +1000 Subject: [PATCH] NCMContentType_* -> NcmContentType_*. Added author(s) to header --- nx/include/switch/services/ncm.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nx/include/switch/services/ncm.h b/nx/include/switch/services/ncm.h index 7549beb8..411b0f5c 100644 --- a/nx/include/switch/services/ncm.h +++ b/nx/include/switch/services/ncm.h @@ -1,6 +1,7 @@ /** * @file ncm.h * @brief Content Manager (ncm) service IPC wrapper. + * @author zhuowei & Adubbz * @copyright libnx Authors */ #pragma once @@ -9,12 +10,12 @@ #include "../services/sm.h" typedef enum { - NCMContentType_CNMT = 0, - NCMContentType_Program = 1, - NCMContentType_Data = 2, - NCMContentType_Icon = 3, - NCMContentType_Doc = 4, - NCMContentType_Info = 5, + NcmContentType_CNMT = 0, + NcmContentType_Program = 1, + NcmContentType_Data = 2, + NcmContentType_Icon = 3, + NcmContentType_Doc = 4, + NcmContentType_Info = 5, } NcmContentType; typedef struct {