diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-04-01 17:01:31 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2019-04-01 17:02:04 +0900 |
commit | cce2a88964dd8ae843de464eb3a98e25277725c6 (patch) | |
tree | 89b4dfef50546110f0fb33208e4958abf1958f35 | |
parent | 79c794389214a5f6e0cddb8d3e0075eb45324ef7 (diff) | |
download | system-plugin-tizen_4.0.tar.gz system-plugin-tizen_4.0.tar.bz2 system-plugin-tizen_4.0.zip |
Minor fix on lazy_mount.htizen_4.0
Change-Id: I94fa4ee4627b68a35994231cab9f43e0508ac502
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | src/liblazymount/lazy_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblazymount/lazy_mount.h b/src/liblazymount/lazy_mount.h index c534b6c..407c762 100644 --- a/src/liblazymount/lazy_mount.h +++ b/src/liblazymount/lazy_mount.h @@ -69,7 +69,7 @@ int do_mount_user(); */ int wait_mount_user(); #ifdef __cplusplus -extern "C" { +} #endif #endif // _LAZY_MOUNT_H_ |