Skip to content

Commit

Permalink
ts_test: fix exit status on success
Browse files Browse the repository at this point in the history
Make sure we return 0 when we're all done to avoid gcc warnings.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Christopher Larson <kergoth@gmail.com>
  • Loading branch information
vapier authored and kergoth committed Feb 15, 2012
1 parent 3fde829 commit 366f08d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ts_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,6 @@ int main()
break;
}
close_framebuffer();

return 0;
}

0 comments on commit 366f08d

Please sign in to comment.