Changes in uspace/srv/hid/console/console.c [2f90b46:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
r2f90b46 r9d58539 827 827 async_set_client_connection(client_connection); 828 828 int rc = loc_server_register(NAME); 829 if (rc != EOK) {829 if (rc < 0) { 830 830 printf("%s: Unable to register server (%s)\n", NAME, 831 831 str_error(rc));
Note:
See TracChangeset
for help on using the changeset viewer.