summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evutil.c b/evutil.c
index 2876721a..d46c997b 100644
--- a/evutil.c
+++ b/evutil.c
@@ -2248,7 +2248,7 @@ evutil_inet_pton_scope(int af, const char *src, void *dst, unsigned *indexp)
return 0;
}
*indexp = if_index;
- if (!(tmp_src = mm_strdup(src)) {
+ if (!(tmp_src = mm_strdup(src))) {
return -1;
}
cp = strchr(tmp_src, '%');