Fixed typedef enum typo 06/73506/1
authorSlava Barinov <v.barinov@samsung.com>
Wed, 8 Jun 2016 09:45:32 +0000 (12:45 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Wed, 8 Jun 2016 09:45:32 +0000 (12:45 +0300)
Change-Id: I71e1fccd644f0879b000912f5ae6125a1177c3c0
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
src/include/mp-define.h

index 6d74da6..722f4a4 100755 (executable)
@@ -345,7 +345,7 @@ typedef enum
        MP_DONE_MAX,
 } mp_done_operator_type_t;
 
-enum
+typedef enum
 {
        MP_PLAY_STATE_NONE,
        MP_PLAY_STATE_PLAYING,