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

@@ -165,6 +165,4 @@ void main(void) {
}
}
}
return;
}