]> git.draconx.ca Git - rrace.git/blobdiff - t/boardbit.c
tests: Add missing returns from test programs.
[rrace.git] / t / boardbit.c
index 6ecb6c6b3ad85c2e4a4202aeeafc41dd00d123c1..678b728b39668ab1e0c31f465454a1d8912a33d3 100644 (file)
@@ -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;
 }