Ignore:
File:
1 edited

Legend:

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

    r1875a0c r854eddd6  
    391391        cz_state = malloc(sizeof(layout_cz_t));
    392392        if (cz_state == NULL) {
    393                 printf("%s: Out of memory.\n", NAME);
     393                printf(NAME ": Out of memory.\n");
    394394                return ENOMEM;
    395395        }
Note: See TracChangeset for help on using the changeset viewer.