瀏覽代碼

Update uthash.h

Removed a redundant semicolon
justanotheranonymoususer 10 年之前
父節點
當前提交
cb9bfe5de9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)