diff options
Diffstat (limited to 'csim/load.c')
-rw-r--r-- | csim/load.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csim/load.c b/csim/load.c index f652d78..eb441cc 100644 --- a/csim/load.c +++ b/csim/load.c @@ -111,7 +111,8 @@ t_program *load_dumb_netlist (FILE *stream) { &(p->eqs[i].Slice.source)); break; case C_SELECT: - fscanf(stream, "%d %d ", &(p->eqs[i].Select.i), + fscanf(stream, "%d %d ", + &(p->eqs[i].Select.i), &(p->eqs[i].Select.source)); break; } |