From 130ef0695e1731392ca33831939fe89e8b70cc17 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 8 Jun 2019 00:47:07 +1000 Subject: Include missed bits from previous sync. --- xmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmalloc.c') diff --git a/xmalloc.c b/xmalloc.c index be26510c..dc22757b 100644 --- a/xmalloc.c +++ b/xmalloc.c @@ -27,7 +27,7 @@ #include "log.h" #if defined(__OpenBSD__) -+char *malloc_options = "S"; +char *malloc_options = "S"; #endif /* __OpenBSD__ */ void * -- cgit v1.2.1