fix build error 70/127370/1 accepted/tizen/unified/20170427.164028 submit/tizen/20170427.061045 tizen_4.0.m1_release
authorHyihong Chae <hh.chae@samsung.com>
Thu, 27 Apr 2017 05:54:08 +0000 (14:54 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Thu, 27 Apr 2017 05:54:50 +0000 (14:54 +0900)
Change-Id: I297c075f745de33db92a0b84112b8d16ffbe4993
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
src/oem/oem_emul.c

index 1b7e8cd..9c7e7cb 100755 (executable)
@@ -1093,6 +1093,7 @@ static bool _net_nfc_create_emulMsg(emulMsg_s **emul_msg, uint8_t * data, long i
                switch ((*emul_msg)->message_id) {
                case EMUL_NFC_TAG_DISCOVERED:
                case EMUL_NFC_P2P_SEND:
+               {
                        /* get message : Tag Type, Record Count, Records */
                        int target_type = -1;
                        char file_data[BUFFER_LENGTH_MAX] = {0, };
@@ -1118,6 +1119,7 @@ static bool _net_nfc_create_emulMsg(emulMsg_s **emul_msg, uint8_t * data, long i
 
                        DEBUG_ERR_MSG("_net_nfc_create_ndef_from_emulMsg end");
                        break;
+               }
 
                default:
                        /* exception case */