Changes in uspace/app/vlaunch/vlaunch.c [b5674b2:78192cc7] in mainline
- File:
-
- 1 edited
-
uspace/app/vlaunch/vlaunch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
rb5674b2 r78192cc7 200 200 } 201 201 202 timer = fibril_timer_create( );202 timer = fibril_timer_create(NULL); 203 203 if (!timer) { 204 204 printf("Unable to create timer.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
