forgot a comma at command_event.h

This commit is contained in:
duduke 2016-01-19 10:06:12 +02:00
parent ffffc50401
commit b284749016

View File

@ -121,7 +121,7 @@ enum event_command
/* Shutdown the OS */
EVENT_CMD_SHUTDOWN,
/* Reboot the OS */
EVENT_CMD_REBOOT
EVENT_CMD_REBOOT,
/* Resume RetroArch when in menu. */
EVENT_CMD_RESUME,
/* Toggles pause. */