Changeset 150 for trunk/src/sh_static.c


Ignore:
Timestamp:
Jan 7, 2008, 9:09:22 PM (17 years ago)
Author:
katerina
Message:

Fix more 'label at end of compound statement' (closes ticket #86).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_static.c

    r145 r150  
    363363
    364364 ERR:
     365        ; /* 'label at end of compound statement' */
    365366        SH_MUTEX_UNLOCK(pwf_lock);
    366367
     
    415416
    416417 ERR:
     418        ; /* 'label at end of compound statement' */
    417419        SH_MUTEX_UNLOCK(grf_lock);
    418420
     
    16141616        DPRINTF("nameservers = %d\n", __nameservers);
    16151617 the_end:
     1618        ; /* 'label at end of compound statement' */
    16161619        SH_MUTEX_UNLOCK(resolv_lock);
    16171620        return 0;
Note: See TracChangeset for help on using the changeset viewer.