Changes in uspace/srv/hid/input/layout/cz.c [854eddd6:1875a0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout/cz.c
r854eddd6 r1875a0c 391 391 cz_state = malloc(sizeof(layout_cz_t)); 392 392 if (cz_state == NULL) { 393 printf( NAME ": Out of memory.\n");393 printf("%s: Out of memory.\n", NAME); 394 394 return ENOMEM; 395 395 }
Note:
See TracChangeset
for help on using the changeset viewer.