From: don.hong Date: Fri, 6 Apr 2012 14:11:52 +0000 (+0900) Subject: [Title] Fixed mistyped spelling. X-Git-Tag: TizenStudio_2.0_p2.3~1534 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=757ba7a68e3a2becfe9a47281a014d1f2c851745;p=sdk%2Femulator%2Fqemu.git [Title] Fixed mistyped spelling. [Type] Enahncement [Module] [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/src/mloop_event.c b/tizen/src/mloop_event.c index ae52d48..494f757 100644 --- a/tizen/src/mloop_event.c +++ b/tizen/src/mloop_event.c @@ -282,7 +282,6 @@ void mloop_evcmd_usbdisk(char *img) // Need log return; } - } pack.type = htons(MLOOP_EVTYPE_USB_ADD); pack.size = htons(5 + sprintf(pack.data, "disk:%s", img));