Skip to content

Commit 7999ff5

Browse files
authored
docs: add missing return 0;
1 parent 842c4ab commit 7999ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ static void tests() {
124124
*/
125125
int main() {
126126
tests(); // run self-test implementations
127+
return 0;
127128
}
128129
```
129130

0 commit comments

Comments
 (0)