devilhorns pushed a commit to branch master.

commit 970a5badd3c586c97e72433bb19644c9548e3fbc
Author: Chris Michael <[email protected]>
Date:   Mon Jul 8 13:44:39 2013 +0100

    Add missing break in switch
    
    NB: Fixes Coverity CID1039372
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/emotion/emotion_smart.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c
index 358ccca..182560e 100644
--- a/src/lib/emotion/emotion_smart.c
+++ b/src/lib/emotion/emotion_smart.c
@@ -1178,6 +1178,7 @@ emotion_object_meta_info_get(const Evas_Object *obj, 
Emotion_Meta_Info meta)
          break;
       case EMOTION_META_INFO_TRACK_DISC_ID:
          id = META_TRACK_DISCID;
+        break;
       default:
          ERR("Unknown meta info id: %d", meta);
          return NULL;

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to