Minor change.

This commit is contained in:
Árpád Bűrmen 2024-07-06 23:20:07 +02:00 committed by Holger Vogt
parent 759d3f86c1
commit 45ed95d91e
1 changed files with 2 additions and 2 deletions

View File

@ -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;