Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/generic/src/str.c

    r7c3fb9b r1433ecda  
    215215                return EINVAL;
    216216
    217         /*
    218          * Unsigned version of ch (bit operations should only be done
    219          * on unsigned types).
    220          */
     217        /* Unsigned version of ch (bit operations should only be done
     218           on unsigned types). */
    221219        uint32_t cc = (uint32_t) ch;
    222220
Note: See TracChangeset for help on using the changeset viewer.