relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
789 stars 179 forks source link

Improve exception handling #142

Open elfring opened 4 years ago

elfring commented 4 years ago

Some if branches contain duplicate code for exception handling. This implementation detail can be improved by the usage of goto statements.