Browse Source

Update uthash.h

Removed a redundant semicolon
justanotheranonymoususer 10 years ago
parent
commit
cb9bfe5de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/uthash.h

+ 1 - 1
src/uthash.h

@@ -175,7 +175,7 @@ do {
   HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced);                     \
   if (replaced!=NULL) {                                                          \
      HASH_DELETE(hh,head,replaced);                                              \
-  };                                                                             \
+  }                                                                              \
   HASH_ADD(hh,head,fieldname,keylen_in,add);                                     \
 } while(0)