remove build warning 51/148551/1 accepted/tizen/unified/20170921.072305 submit/tizen/20170915.074959 submit/tizen/20170920.082902
authorYoungjae Shin <yj99.shin@samsung.com>
Fri, 8 Sep 2017 06:17:42 +0000 (15:17 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Fri, 8 Sep 2017 06:17:42 +0000 (15:17 +0900)
Change-Id: Ia77e5a7dfa3b1f8ba42dfb8df369ee7d3e00fb38

src/efl_config.c

index 9be9032..579ab93 100644 (file)
@@ -29,7 +29,7 @@ static tizen_profile_t profile = TIZEN_PROFILE_UNKNOWN;
 static tizen_profile_t _get_tizen_profile()
 {
    char *profileName;
-   int *ret;
+   int ret;
    ret = system_info_get_platform_string("http://tizen.org/feature/profile", &profileName);
    if (ret != SYSTEM_INFO_ERROR_NONE)
      {