openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
80 stars 19 forks source link

Add missing semicolon #49

Closed taylordotfish closed 8 months ago

taylordotfish commented 8 months ago

At least with recent versions of libbenchmark, BENCHMARK_MAIN() needs a semicolon afterward, as its definition ends with int main(int, char**) with no semicolon.

harryhaaren commented 8 months ago

Thanks!