Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/charfield.h

    r16bfcd3 ra35b458  
    8686        if (a1.type != a2.type)
    8787                return false;
    88        
     88
    8989        switch (a1.type) {
    9090        case CHAR_ATTR_STYLE:
     
    9898                    && (a1.val.rgb.fgcolor == a2.val.rgb.fgcolor);
    9999        }
    100        
     100
    101101        return false;
    102102}
Note: See TracChangeset for help on using the changeset viewer.