Changes in uspace/srv/hid/kbd/genarch/gsp.c [b3d513f:0b4a67a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/genarch/gsp.c
rb3d513f r0b4a67a 198 198 if (t == NULL) { 199 199 printf("gsp_step: not found\n"); 200 *mods = NULL;201 *key = NULL;200 *mods = 0; 201 *key = 0; 202 202 return 0; 203 203 }
Note:
See TracChangeset
for help on using the changeset viewer.