Skip to content
Commit 5681f942 authored by Keith Packard's avatar Keith Packard Committed by Stephanos Ioannidis
Browse files

tests/bsim: Switch main return type from void to int



These changes were automated using coccinelle with the following
script:

@@
@@
- void
+ int
main(...) {
    ...
-	return;
+	return 0;
    ...
}

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 0b90fd5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment