Update hex2hcd.c
This commit is contained in:
parent
844a026296
commit
07dd0e0822
1 changed files with 0 additions and 2 deletions
|
@ -91,11 +91,9 @@ int main(int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
ifp = open_file(ifn, "r");
|
||||
ofp = open_file(ofn, "w");
|
||||
|
||||
|
||||
rbuf = NULL;
|
||||
while (len = getline(&rbuf, &buflen, ifp)) {
|
||||
int type;
|
||||
|
|
Loading…
Reference in a new issue