Browse Source

remove unused i

pre-master-46
Holger Vogt 8 years ago
parent
commit
9d36a2e326
  1. 2
      src/xspice/icm/analog/file_source/cfunc.mod

2
src/xspice/icm/analog/file_source/cfunc.mod

@ -188,7 +188,7 @@ void cm_filesource(ARGS) /* structure holding parms, inputs, outputs, etc.
}
if (INIT == 1) {
int i, count;
int count;
CALLBACK = cm_filesource_callback;

Loading…
Cancel
Save