diff options
author | pr.jung <pr.jung@samsung.com> | 2016-11-16 18:06:52 +0900 |
---|---|---|
committer | pr.jung <pr.jung@samsung.com> | 2016-11-16 18:06:52 +0900 |
commit | 06af474c3fe83435388b61d0be3103e905d28c57 (patch) | |
tree | a72826ca3e1779d099583a2f6e482cba6be1061a /src | |
parent | cdce1cdb737212a1a10cf7c9288fe46f2b53655f (diff) | |
download | libsvi-06af474c3fe83435388b61d0be3103e905d28c57.tar.gz libsvi-06af474c3fe83435388b61d0be3103e905d28c57.tar.bz2 libsvi-06af474c3fe83435388b61d0be3103e905d28c57.zip |
Apply Tizen Coding Rulesubmit/tizen_3.0/20161118.040200accepted/tizen/3.0/wearable/20161121.073653accepted/tizen/3.0/tv/20161121.073633accepted/tizen/3.0/mobile/20161121.073615accepted/tizen/3.0/ivi/20161121.073709accepted/tizen/3.0/common/20161121.140946
Change-Id: Ib1275f2841fc545d1374e4061a0dc0f89c2ec099
Signed-off-by: pr.jung <pr.jung@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ int dbus_method_sync(const char *dest, const char *path, GVariant *output; int result; -#if !GLIB_CHECK_VERSION(2,35,0) +#if !GLIB_CHECK_VERSION(2, 35, 0) g_type_init(); #endif |