summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyihong Chae <hh.chae@samsung.com>2017-04-24 19:13:38 +0900
committerHyihong Chae <hh.chae@samsung.com>2017-04-24 19:13:38 +0900
commitffb448b58e22078b36d60100d8ee871d0e54d3c5 (patch)
tree64c7eaf755630009bda3ab7f33261f23b8626b06
parentb88414beb964b5f32a63ef27c9fc0d5803798080 (diff)
downloadmtp-responder-accepted/tizen_3.0_mobile.tar.gz
mtp-responder-accepted/tizen_3.0_mobile.tar.bz2
mtp-responder-accepted/tizen_3.0_mobile.zip
Change-Id: Iba085c0824901b00398944cbee12cad7fc91b6a7 Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rwxr-xr-xsrc/util/mtp_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mtp_support.c b/src/util/mtp_support.c
index 131939c..8517146 100755
--- a/src/util/mtp_support.c
+++ b/src/util/mtp_support.c
@@ -676,6 +676,6 @@ mtp_int32 _util_system_cmd_wait(const mtp_char *cmd)
} else {
return status;
}
- } while(1);
+ } while (1);
}