Ignore:
Timestamp:
11/23/07 17:39:02 (16 years ago)
Author:
r2d
Message:
  • corrections to compile with msvc c (c89?)
  • removed headers from other lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpc2sv8/mpc2sv8.c

    r359 r363  
    233233        int c, i;
    234234        mpc_bool_t overwrite = MPC_FALSE, use_dir = MPC_FALSE;
     235        int ret = MPC_STATUS_OK;
    235236        printf(About);
    236         int ret = MPC_STATUS_OK;
    237237
    238238        while ((c = getopt(argc , argv, "oh")) != -1) {
Note: See TracChangeset for help on using the changeset viewer.