summaryrefslogtreecommitdiff
path: root/tools/br_ips/br_ips.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-02 05:28:14 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-02 05:28:14 +0800
commit402e8a4fc0c0971953370d37679d2c6934377688 (patch)
tree181fdf95967d4cecd6107152194ba81ae36dc7e7 /tools/br_ips/br_ips.c
parentb566ae26decaa937c72f608044d8ea604c643260 (diff)
fixed some stuff
Diffstat (limited to 'tools/br_ips/br_ips.c')
-rw-r--r--tools/br_ips/br_ips.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/br_ips/br_ips.c b/tools/br_ips/br_ips.c
index 10d9a37c0..64c454a3e 100644
--- a/tools/br_ips/br_ips.c
+++ b/tools/br_ips/br_ips.c
@@ -50,7 +50,6 @@ static int getline(char ** lineptr, size_t * n, FILE * stream) {
return i;
}
-
static void getIncbinsFromFile(hunk_t ** hunks, size_t * num, size_t * maxnum, const char * fname, char ** strbuf, size_t * buffersize) {
// Recursively find incbinned segments and encode them as hunks.
FILE * file = fopen(fname, "r");