Skip to content

Commit

Permalink
some minor fixes/improvement which came up during merge to libbaalue.git
Browse files Browse the repository at this point in the history
  • Loading branch information
tjohann committed Sep 14, 2016
1 parent 8aaaa22 commit 6e2efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttenv_simple/ttenv_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}

if ( set_sched_props(fiber_array, num_fiber_elements) != 0) {
if (set_sched_props(fiber_array, num_fiber_elements) != 0) {
printf("Could not set sched prop\n");
exit(EXIT_FAILURE);
}
Expand Down

0 comments on commit 6e2efb7

Please sign in to comment.