Removed 'return' from samples (with void main)

This commit is contained in:
Wayne Parham
2021-06-07 01:04:55 -05:00
parent 732a5fb9a7
commit 79757ee280
5 changed files with 0 additions and 10 deletions

View File

@@ -37,6 +37,4 @@ void main(void) {
for( d = 0; d < 10 ; d++ ) {
}
}
return;
}