Browse Source

Close an else branch.

pre-master-46
dwarning 20 years ago
parent
commit
b89dd232dd
  1. 4
      src/spicelib/devices/dev.c

4
src/spicelib/devices/dev.c

@ -169,7 +169,7 @@ int add_udn(int,Evt_Udn_Info_t **);
#define DEVNUM 52
#endif
#endif
#endif /* ADMS */
#else /* NOT CIDER */
@ -189,6 +189,8 @@ int add_udn(int,Evt_Udn_Info_t **);
#define DEVNUM 47
#endif
#endif /* ADMS */
#endif /* CIDER */
/*Make this dynamic for later attempt to make all devices dynamic*/

Loading…
Cancel
Save