Changes in uspace/srv/hid/input/ctl/stty.c [1569a9b:c072a29] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/input/ctl/stty.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/stty.c
r1569a9b rc072a29 243 243 244 244 gsp_init(&sp); 245 if (gsp_insert_defs(&sp, seq_defs) < 0) { 246 return EINVAL; 247 } 248 return EOK; 245 return gsp_insert_defs(&sp, seq_defs); 249 246 } 250 247
Note:
See TracChangeset
for help on using the changeset viewer.
