From 3b74e0bb93b38b4278bf5971437f0ffc9933d42f Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Sat, 29 Oct 2022 13:27:17 -0400 Subject: [PATCH] FIX: ifndef requires no parentheses. --- include/ncconfigure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ncconfigure.h b/include/ncconfigure.h index 72010378c..8de05ee12 100644 --- a/include/ncconfigure.h +++ b/include/ncconfigure.h @@ -121,7 +121,7 @@ unsigned long long int strtoull(const char*, char**, int); /* handle null arguments */ #ifndef nulldup -#ifndef(HAVE_STRDUP) +#ifndef HAVE_STRDUP /** Copy s if not NULL. * * Implementation in terms of strdup in