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