Change visibility 38/198838/3
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 30 Jan 2019 07:49:35 +0000 (16:49 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Thu, 31 Jan 2019 01:07:16 +0000 (01:07 +0000)
Change-Id: Iac1d5cdc5eed3aa325cd8eb719187adc9e1a831e
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/app_control.c

index 27e609a..2370eed 100644 (file)
@@ -123,7 +123,7 @@ static const char *app_control_error_to_string(app_control_error_e error)
        }
 }
 
-int app_control_error(app_control_error_e error, const char *function, const char *description)
+static int app_control_error(app_control_error_e error, const char *function, const char *description)
 {
        if (description)
                LOGE("[%s] %s(0x%08x) : %s", function, app_control_error_to_string(error), error, description);