From 43bef520680b29390c2b4f5eb4d595c8acbdd9e9 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Sun, 7 Jan 2018 14:10:18 -0600 Subject: [PATCH] Add missing comma --- libctru/include/3ds/services/ndm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/ndm.h b/libctru/include/3ds/services/ndm.h index ea47fb1..1425434 100644 --- a/libctru/include/3ds/services/ndm.h +++ b/libctru/include/3ds/services/ndm.h @@ -50,7 +50,7 @@ typedef enum { DAEMON_STATUS_BUSY = 0, DAEMON_STATUS_IDLE = 1, DAEMON_STATUS_SUSPENDING = 2, - DAEMON_STATUS_SUSPENDED = 3 + DAEMON_STATUS_SUSPENDED = 3, } ndmDaemonStatus; /// Initializes ndmu.