likle / cwalk

Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.
https://likle.github.io/cwalk/
MIT License
250 stars 39 forks source link

Remove trailing comma #1

Closed 0xh0b0 closed 5 years ago

0xh0b0 commented 5 years ago

fixes: warning: comma at end of enumerator list [-Wpedantic]

likle commented 5 years ago

thanks @0xh0b0 ! :)