From 1a9952eca787a1ee5e384ec25933ff0987465572 Mon Sep 17 00:00:00 2001 From: davemds Date: Sun, 16 Feb 2014 14:13:18 +0100 Subject: [PATCH] Emotion generic interface: FILE_SET_DONE do not have any param. --- src/modules/emotion/generic/Emotion_Generic_Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/emotion/generic/Emotion_Generic_Plugin.h b/src/modules/emotion/generic/Emotion_Generic_Plugin.h index f1930af35b..6208731061 100644 --- a/src/modules/emotion/generic/Emotion_Generic_Plugin.h +++ b/src/modules/emotion/generic/Emotion_Generic_Plugin.h @@ -24,7 +24,7 @@ enum _Emotion_Generic_Cmd EM_CMD_PLAY, // param: position (float) EM_CMD_STOP, // param: none EM_CMD_FILE_SET, // param: filename (string) - EM_CMD_FILE_SET_DONE, // param: success (int) + EM_CMD_FILE_SET_DONE, // param: none EM_CMD_FILE_CLOSE, // param: none EM_CMD_POSITION_SET, // param: position (float) EM_CMD_SPEED_SET, // param: speed (float)