srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.83k stars 328 forks source link

Added missing semicolon to HashTable example code #79

Closed IvanJov closed 7 years ago

IvanJov commented 7 years ago

Hi! Thanks for this awesome library!

I was browsing examples and found out that one semicolon is missing. Thanks again! 😄

srdja commented 7 years ago

Awesome! Thanks for the correction :-) Merging in.

IvanJov commented 7 years ago

You're welcome! I am playing with Collections-C so I might push some changes 😄