Add missing type qualifier.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 14 Apr 2015 01:38:38 +0000 (10:38 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 14 Apr 2015 01:38:38 +0000 (10:38 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I088540d5ad86c039d5851c7946f102804d93d7ca

widget_viewer_evas/src/widget_viewer_evas.c

index 5b3e5fa..67f5b29 100644 (file)
@@ -7010,7 +7010,7 @@ EAPI int widget_viewer_evas_unsubscribe_category(const char *category)
        return WIDGET_ERROR_NOT_EXIST;
 }
 
-void text_signal_cb(widget_h handle, int ret, void *data)
+static void text_signal_cb(widget_h handle, int ret, void *data)
 {
        /* TODO : add codes to invoke smart event callback function */
 }