Changeset 2f90b46 in mainline
- Timestamp:
- 2012-06-01T19:23:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3123d2a
- Parents:
- b39b5cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
rb39b5cb r2f90b46 827 827 async_set_client_connection(client_connection); 828 828 int rc = loc_server_register(NAME); 829 if (rc < 0) {829 if (rc != EOK) { 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.