summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/unordered_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/unordered_set.c')
-rw-r--r--misc/examples/unordered_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/unordered_set.c b/misc/examples/unordered_set.c
index 14d69ce5..dd899d78 100644
--- a/misc/examples/unordered_set.c
+++ b/misc/examples/unordered_set.c
@@ -5,7 +5,7 @@
#define i_key_str
#include <stc/cset.h>
-int main()
+int main(void)
{
// declaring set for storing string data-type
cset_str stringSet = {0};