Changeset 0fe52ef in mainline for uspace/lib/c/generic/loader.c


Ignore:
Timestamp:
2011-08-19T16:23:33Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45059d6b
Parents:
649f087
Message:

cstyle
(no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/loader.c

    r649f087 r0fe52ef  
    263263       
    264264        int i;
    265         for (i = 0; files[i]; i++)
    266                 ;
     265        for (i = 0; files[i]; i++);
    267266
    268267        ipc_call_t answer;
Note: See TracChangeset for help on using the changeset viewer.