aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/build
diff options
context:
space:
mode:
authorGravatar Hongwei Wang <hongweiw@google.com>2015-08-06 12:45:49 -0700
committerGravatar Hongwei Wang <hongweiw@google.com>2015-08-06 12:45:49 -0700
commitfbdce1df2e3e5369f5b6e110629136929a0a5f3d (patch)
treec19b9334ab55795791e140f789705680381f2071 /test/build
parent2b1b95a79254125a1f002a938caced7d611665ee (diff)
Making sure the zookeeper detection test works with all compilers.
Diffstat (limited to 'test/build')
-rw-r--r--test/build/zookeeper.c2
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
+}