Changeset 5bded44 in mainline
- Timestamp:
- 2019-12-11T01:05:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4fbdc3d
- Parents:
- 5fae123
- git-author:
- Jiri Svoboda <jiri@…> (2019-12-10 18:05:40)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-12-11 01:05:44)
- Location:
- uspace/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/gfxdemo/gfxdemo.c
r5fae123 r5bded44 47 47 #include <stdlib.h> 48 48 #include <str.h> 49 #include <task.h> 49 50 #include <window.h> 50 51 … … 437 438 gc = canvas_gc_get_ctx(cgc); 438 439 440 task_retval(0); 441 439 442 rc = demo_loop(gc, 400, 300); 440 443 if (rc != EOK) … … 475 478 return rc; 476 479 } 480 481 task_retval(0); 477 482 478 483 rc = demo_loop(gc, 400, 300); -
uspace/app/terminal/main.c
r5fae123 r5bded44 58 58 } 59 59 60 task_retval(0); 60 61 async_manager(); 61 62 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.