fix build warning 36/152036/1 accepted/tizen/5.0/unified/20181102.014517 accepted/tizen/unified/20170927.063122 submit/tizen/20170926.020531 submit/tizen_5.0/20181101.000002
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 25 Sep 2017 01:47:10 +0000 (10:47 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 25 Sep 2017 01:47:10 +0000 (10:47 +0900)
Change-Id: Ifeaa16c3937e3d0f4a899c7d80721c6aa6c6b976

src/download-private.c

index bf2f58c..206e0a6 100755 (executable)
@@ -2,7 +2,7 @@
 #include <system_info.h>
 #include <download_private.h>
 
-static __thread int feature_supported[DOWNLOAD_SUPPORTED_FEATURE_MAX] = { -1, -1, -1, -1, -1};
+static __thread int feature_supported[DOWNLOAD_SUPPORTED_FEATURE_MAX] = { -1, -1, -1, -1};
 
 static bool __check_feature_supported(const char *key, download_supported_feature_e feature)
 {