Add missing comma

This commit is contained in:
Joel16 2018-01-07 14:10:18 -06:00
parent f04f045cf9
commit 43bef52068

View File

@ -50,7 +50,7 @@ typedef enum {
DAEMON_STATUS_BUSY = 0, DAEMON_STATUS_BUSY = 0,
DAEMON_STATUS_IDLE = 1, DAEMON_STATUS_IDLE = 1,
DAEMON_STATUS_SUSPENDING = 2, DAEMON_STATUS_SUSPENDING = 2,
DAEMON_STATUS_SUSPENDED = 3 DAEMON_STATUS_SUSPENDED = 3,
} ndmDaemonStatus; } ndmDaemonStatus;
/// Initializes ndmu. /// Initializes ndmu.