qemu: fixed build break; argument type difference
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 7 Aug 2013 05:04:30 +0000 (14:04 +0900)
committerJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 7 Aug 2013 05:04:30 +0000 (14:04 +0900)
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/hw/maru_virtio_nfc.c

index 69dc319eea81c34ed10c23b72bb0071f6fd29c1d..51f7d596c13661d21312037cbeb69d62f4738f8e 100755 (executable)
@@ -98,7 +98,7 @@ static int count = 0;
 \r
 static pthread_mutex_t recv_buf_mutex = PTHREAD_MUTEX_INITIALIZER;\r
 \r
-bool send_to_nfc(enum request_cmd_nfc req, char* data, const uint32_t len)\r
+bool send_to_nfc(enum request_cmd_nfc req, const char* data, const uint32_t len)\r
 {\r
     MsgInfo* _msg = (MsgInfo*) malloc(sizeof(MsgInfo));\r
     if (!_msg)\r