Browse Source

Fix a typo

pre-master-46
Holger Vogt 1 year ago
parent
commit
20e889b736
  1. 2
      src/sharedspice.c

2
src/sharedspice.c

@ -816,7 +816,7 @@ int
ngSpice_nospiceinit(void)
{
bool t = TRUE;
cp_vset("no_spicenit", CP_BOOL, &t);
cp_vset("no_spiceinit", CP_BOOL, &t);
return 0;
}

Loading…
Cancel
Save