Minor change.
This commit is contained in:
parent
b40dcaa18d
commit
9d2e2f77c0
|
|
@ -392,9 +392,9 @@ extern OsdiObjectFile load_object_file(const char *input) {
|
|||
(OSDI_VERSION_MAJOR == 0 && OSDI_VERSION_MINOR >= 4) ||
|
||||
OSDI_VERSION_MAJOR >= 1
|
||||
)) {
|
||||
printf("NGSPICE supports OpenVAF-reloaded OSDI >= 0.4 but \"%s\" uses v%d.%d!",
|
||||
printf("NGSPICE supports OpenVAF-reloaded OSDI>=0.4 but \"%s\" uses v%d.%d!",
|
||||
path, OSDI_VERSION_MAJOR, OSDI_VERSION_MINOR);
|
||||
txfree(path);
|
||||
txfree(path);
|
||||
return INVALID_OBJECT;
|
||||
}
|
||||
descriptor_size = *OSDI_DESCRIPTOR_SIZE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue