Changeset 0b4a67a in mainline for uspace/srv/hid/kbd/genarch/gsp.c
- Timestamp:
- 2010-11-20T15:33:02Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7e1f9b7
- Parents:
- a9c6b966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/genarch/gsp.c
ra9c6b966 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.