From: Hyotaek Shim Date: Mon, 1 Apr 2019 08:01:31 +0000 (+0900) Subject: Minor fix on lazy_mount.h X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0;p=platform%2Fadaptation%2Fsystem-plugin.git Minor fix on lazy_mount.h Change-Id: I94fa4ee4627b68a35994231cab9f43e0508ac502 Signed-off-by: Hyotaek Shim --- 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_