summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-30 13:41:01 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2015-07-10 09:53:31 -0500
commit9c0331026b71ed801baa969c308598d59c6891c7 (patch)
tree8908f1ae401822f645f8875fe8ea7ad7eef29b4a
parent9a99ca7b2108e3c3ca483d695cf0f46de386630a (diff)
downloadlibgit2-9c0331026b71ed801baa969c308598d59c6891c7.tar.gz
khash: add eol so picky compilers stop warning
-rw-r--r--src/khash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/khash.h b/src/khash.h
index 818ac833b..71eb583d5 100644
--- a/src/khash.h
+++ b/src/khash.h
@@ -619,4 +619,4 @@ typedef const char *kh_cstr_t;
#define KHASH_MAP_INIT_STR(name, khval_t) \
KHASH_INIT(name, kh_cstr_t, khval_t, 1, kh_str_hash_func, kh_str_hash_equal)
-#endif /* __AC_KHASH_H */ \ No newline at end of file
+#endif /* __AC_KHASH_H */