aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/examples/dnsreverse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/examples/dnsreverse.c')
-rw-r--r--libglouglou/examples/dnsreverse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglouglou/examples/dnsreverse.c b/libglouglou/examples/dnsreverse.c
index 99656ca..7a68d64 100644
--- a/libglouglou/examples/dnsreverse.c
+++ b/libglouglou/examples/dnsreverse.c
@@ -9,8 +9,8 @@
static void _cb_dns(struct in_addr *, char *, void *);
struct event_base *_ev_base;
-char *_name = NULL;
-int _answer = 0;
+char *_name = NULL;
+int _answer = 0;
int
main(int argc, char *argv[])