diff options
author | Jaehwa Shin <jaehwa.shin@samsung.com> | 2013-11-03 13:00:22 +0900 |
---|---|---|
committer | Jaehwa Shin <jaehwa.shin@samsung.com> | 2013-11-03 14:26:45 +0900 |
commit | 13850ae4099fb0bbcdc06a252c075b0f520f37da (patch) | |
tree | eb63dcc14958043ed58168c108e29488ddf9a201 | |
parent | d19f997d40b258599e3a53cd32d77e44b3e64fb0 (diff) | |
download | contacts-service-tizen_2.2.tar.gz contacts-service-tizen_2.2.tar.bz2 contacts-service-tizen_2.2.zip |
Fixed: non-privileged tc failuresubmit/tizen_2.2/20131107.0558182.2.1_releasetizen_2.2
Signed-off-by: Jaehwa Shin <jaehwa.shin@samsung.com>
Change-Id: I38ffcec52124c560699f2a98cdcbd36f3e00996b
-rw-r--r-- | common/ctsvc_view.c | 2 | ||||
-rw-r--r-- | packaging/contacts-service.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/ctsvc_view.c b/common/ctsvc_view.c index a95cd06..6251d48 100644 --- a/common/ctsvc_view.c +++ b/common/ctsvc_view.c @@ -1187,7 +1187,7 @@ static const view_uri_info_s __tables[] = { static GHashTable *__ctsvc_view_uri_hash = NULL; -void ctsvc_view_uri_init() +API void ctsvc_view_uri_init() { int i; int count; diff --git a/packaging/contacts-service.spec b/packaging/contacts-service.spec index 9eb02ca..781164f 100644 --- a/packaging/contacts-service.spec +++ b/packaging/contacts-service.spec @@ -1,6 +1,6 @@ Name: contacts-service Summary: Contacts Service -Version: 0.9.114.7 +Version: 0.9.114.8 Release: 1 Group: TO_BE/FILLED_IN License: Apache-2.0 |