Changes in uspace/srv/hid/input/generic/layout.c [854eddd6:1875a0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/generic/layout.c
r854eddd6 r1875a0c 48 48 layout = calloc(1, sizeof(layout_t)); 49 49 if (layout == NULL) { 50 printf( NAME ": Out of memory.\n");50 printf("%s: Out of memory.\n", NAME); 51 51 return NULL; 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.