Changes in uspace/lib/gui/label.c [38d150e:b7fd2a0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/label.c

    r38d150e rb7fd2a0  
    163163                lbl->caption = str_dup(caption);
    164164       
    165         int rc = embedded_font_create(&lbl->font, points);
     165        errno_t rc = embedded_font_create(&lbl->font, points);
    166166        if (rc != EOK) {
    167167                free(lbl->caption);
Note: See TracChangeset for help on using the changeset viewer.