From ba357166ff6bbd4aee27f550cd30d6a0b49e0210 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Fri, 11 Sep 2015 13:06:33 +0900 Subject: [PATCH] Fix the feature name for TELEPHONY Signed-off-by: hyunuktak Change-Id: Ie297eec57c00e94cfcff75410628b786879a1a4d --- packaging/net-config.spec | 2 +- src/wifi-power.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 5b2fe0b..45570f5 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.36 +Version: 1.1.37 Release: 2 Group: System/Network License: Apache-2.0 diff --git a/src/wifi-power.c b/src/wifi-power.c index 0ef8eb5..1d2309d 100755 --- a/src/wifi-power.c +++ b/src/wifi-power.c @@ -808,7 +808,7 @@ static void __netconfig_wifi_pm_state_mode(keynode_t* node, void* user_data) prev_state = new_state; } -#if defined TIZEN_TETLEPHONY_ENABLE +#if defined TIZEN_TELEPHONY_ENABLE static void _tapi_noti_sim_status_cb(TapiHandle *handle, const char *noti_id, void *data, void *user_data) { -- 2.34.1