s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

remove extra semicolon #25

Closed Karry closed 4 years ago

Karry commented 4 years ago

GCC prints warning about that when Marisa is build with pedantic warnings.

Btw, thanks from that useful library ;-)

s-yata commented 4 years ago

Thank you!