Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/generic/layout.c

    r1875a0c r854eddd6  
    4848        layout = calloc(1, sizeof(layout_t));
    4949        if (layout == NULL) {
    50                 printf("%s: Out of memory.\n", NAME);
     50                printf(NAME ": Out of memory.\n");
    5151                return NULL;
    5252        }
Note: See TracChangeset for help on using the changeset viewer.