projects
/
platform
/
core
/
api
/
url-download.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e48b3c
)
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
author
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 25 Sep 2017 01:47:10 +0000
(10:47 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 25 Sep 2017 01:47:10 +0000
(10:47 +0900)
Change-Id: Ifeaa16c3937e3d0f4a899c7d80721c6aa6c6b976
src/download-private.c
patch
|
blob
|
history
diff --git
a/src/download-private.c
b/src/download-private.c
index
bf2f58c
..
206e0a6
100755
(executable)
--- a/
src/download-private.c
+++ b/
src/download-private.c
@@
-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)
{