Changeset 3257

Show
Ignore:
Timestamp:
01/26/12 21:06:38 (4 months ago)
Author:
erkn
Message:

cogen: fixed missing '}'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mcxtrace-1.0/src/cogen.c.in

    r3252 r3257  
    12081208        for(i = 0; i < NUM_STATE_PARS; i++) 
    12091209          if (i < NUM_STATE_PARS-1) coutf("      %snl%s,", ID_PRE, statepars_all[i]); 
    1210           else                      coutf("      %snl%s);",ID_PRE, statepars_all[i]); 
     1210          else                      coutf("      %snl%s); }",ID_PRE, statepars_all[i]); 
    12111211      } else { 
    12121212        /* last comp of GROUP: restore default ABSORB */