fixed some stuff

This commit is contained in:
jiangzhengwenjz
2019-07-02 05:28:14 +08:00
parent b566ae26de
commit 402e8a4fc0
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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");