Browse Source

Minor change.

pre-master-46
Árpád Bűrmen 2 years ago
committed by Holger Vogt
parent
commit
9d2e2f77c0
  1. 4
      src/osdi/osdiregistry.c

4
src/osdi/osdiregistry.c

@ -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…
Cancel
Save