Skip to content

Commit 864aba3

Browse files
committed
BUG: stray x broke khash.h
1 parent 7e9f3f1 commit 864aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/src/khash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ static PANDAS_INLINE khint_t __ac_Wang_hash(khint_t key)
419419
*/
420420
#define kh_resize(name, h, s) kh_resize_##name(h, s)
421421

422-
x/*! @function
422+
/*! @function
423423
@abstract Insert a key to the hash table.
424424
@param name Name of the hash table [symbol]
425425
@param h Pointer to the hash table [khash_t(name)*]

0 commit comments

Comments
 (0)