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