Ignore:
Timestamp:
01/01/12 18:05:19 (12 years ago)
Author:
r2d
Message:

removed some gcc warnings and compilation issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcchap/iniparser.c

    r393 r477  
    185185int iniparser_getnkey(dictionary * d, int n)
    186186{
    187         int i, i_sec, cnt = 0 ;
     187        int i, cnt = 0 ;
    188188
    189189        if (d==NULL) return -1 ;
    190         for (i_sec=i=0 ; i<d->size ; i++) {
     190        for (i=0 ; i<d->size ; i++) {
    191191                if (d->key[i]==NULL)
    192192                        continue ;
Note: See TracChangeset for help on using the changeset viewer.