Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2dc6b7

Browse files
ethomsoncarlosmn
authored andcommitted
khash: add eol so picky compilers stop warning
1 parent a4743de commit f2dc6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/khash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,4 @@ typedef const char *kh_cstr_t;
619619
#define KHASH_MAP_INIT_STR(name, khval_t) \
620620
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
621621

622-
#endif /* __AC_KHASH_H */
622+
#endif /* __AC_KHASH_H */

0 commit comments

Comments
 (0)