Changeset 1723


Ignore:
Timestamp:
01/28/07 01:22:23 (6 years ago)
Author:
sam
Message:
  • Oops, fixed syntax error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/lib-stream.c

    r1722 r1723  
    301301        _zz_unlock(fd); \ 
    302302        FGETC_FUZZ \ 
    303         if(ret < 0) 
     303        if(ret < 0) \ 
    304304            debug("%s([%i]) = %i", __func__, fd, ret); \ 
    305         else 
     305        else \ 
    306306            debug("%s([%i]) = '%c'", __func__, fd, ret); \ 
    307307    } while(0) 
Note: See TracChangeset for help on using the changeset viewer.