Add missing comma
This commit is contained in:
parent
f04f045cf9
commit
43bef52068
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user