Ignore:
File:
1 edited

Legend:

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

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