mirror of https://github.com/rusefi/openblt.git
Refs #708. Added call to fclose() in SRecParserSaveToFile().
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@644 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
e9ba4a1d03
commit
73afe21713
|
@ -369,6 +369,8 @@ static bool SRecParserSaveToFile (char const * firmwareFile)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Close the file now that we are done with it. */
|
||||||
|
fclose(fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Give the result back to the caller. */
|
/* Give the result back to the caller. */
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue