diff options
author | Hongwei Wang <hongweiw@google.com> | 2015-08-06 12:45:49 -0700 |
---|---|---|
committer | Hongwei Wang <hongweiw@google.com> | 2015-08-06 12:45:49 -0700 |
commit | fbdce1df2e3e5369f5b6e110629136929a0a5f3d (patch) | |
tree | c19b9334ab55795791e140f789705680381f2071 /test | |
parent | 2b1b95a79254125a1f002a938caced7d611665ee (diff) |
Making sure the zookeeper detection test works with all compilers.
Diffstat (limited to 'test')
-rw-r--r-- | test/build/zookeeper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build/zookeeper.c b/test/build/zookeeper.c index 122c79ead5..7cd3d0da9e 100644 --- a/test/build/zookeeper.c +++ b/test/build/zookeeper.c @@ -40,4 +40,4 @@ int main() { zookeeper_init(NULL, NULL, 0, 0, 0, 0); return 0; -}
\ No newline at end of file +} |