Changeset 3b47db6 in mainline for uspace/srv/hid/remcons/remcons.c
- Timestamp:
- 2018-01-04T20:50:53Z (8 years ago)
- Children:
- 58e4d85
- Parents:
- c81d4f1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:53)
- File:
-
- 1 edited
-
uspace/srv/hid/remcons/remcons.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.c
rc81d4f1 r3b47db6 353 353 if (rc != EOK) { 354 354 fprintf(stderr, "%s: Unable to register server\n", NAME); 355 return EXIT_RC(rc);355 return rc; 356 356 } 357 357 … … 359 359 if (rc != EOK) { 360 360 fprintf(stderr, "%s: Error initializing TCP.\n", NAME); 361 return EXIT_RC(rc);361 return rc; 362 362 } 363 363 … … 369 369 if (rc != EOK) { 370 370 fprintf(stderr, "%s: Error creating listener.\n", NAME); 371 return EXIT_RC(rc);371 return rc; 372 372 } 373 373
Note:
See TracChangeset
for help on using the changeset viewer.
