This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/master by this push:
new 15b506f Fix syntax in BloomFilter.hh
15b506f is described below
commit 15b506fe168333e4618242cf646e210032eecc4f
Author: Julian Menzler <[email protected]>
AuthorDate: Wed Jun 10 06:15:14 2020 +0200
Fix syntax in BloomFilter.hh
This fixes #513
---
c++/include/orc/BloomFilter.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c++/include/orc/BloomFilter.hh b/c++/include/orc/BloomFilter.hh
index 86c1288..9127739 100644
--- a/c++/include/orc/BloomFilter.hh
+++ b/c++/include/orc/BloomFilter.hh
@@ -40,6 +40,6 @@ namespace orc {
std::vector<std::shared_ptr<BloomFilter>> entries;
};
-};
+}
#endif //ORC_BLOOMFILTER_HH