X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b39d19918b63b80d1f3b068d158fe43415b9d1b6..HEAD:/t/boardbit.c diff --git a/t/boardbit.c b/t/boardbit.c index 6ecb6c6..678b728 100644 --- a/t/boardbit.c +++ b/t/boardbit.c @@ -1,6 +1,6 @@ /* * Test board mask calculation functions. - * Copyright © 2022 Nick Bowler + * Copyright © 2022-2023 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -60,4 +60,6 @@ int main(void) show_patterns("above", board_above); putchar('\n'); show_patterns("below", board_below); + + return 0; }