Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/gunzip/gunzip.c

    rd5c1051 rb7fd2a0  
    4040int main(int argc, char *argv[])
    4141{
    42         int rc;
     42        errno_t rc;
    4343        void *data, *ddata;
    4444        size_t size, dsize;
Note: See TracChangeset for help on using the changeset viewer.