From 998f189cd7f7c856e0c552e4a9a4f70de121bcbf Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 3 Jan 2026 23:03:31 -0500 Subject: [PATCH] Remove misplaced / duplicate NCDF_API attribute --- nifticdf/nifticdf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifticdf/nifticdf.h b/nifticdf/nifticdf.h index 0f2e462..516544d 100644 --- a/nifticdf/nifticdf.h +++ b/nifticdf/nifticdf.h @@ -120,7 +120,7 @@ NCDF_API void cdffnc(const int*,double*,double*,double*,double*,double*,double*, NCDF_API void cdfgam(const int*,double*,double*,double*,double*,double*,int*,double*); #if defined(__COMPILE_UNUSED_FUNCTIONS__) NCDF_API void cdfnbn(int*,double*,double*,double*,double*,double*,double*, -NCDF_API int*,double*); + int*,double*); NCDF_API void cdfnor(int*,double*,double*,double*,double*,double*,int*,double*); #endif /*defined(__COMPILE_UNUSED_FUNCTIONS__)*/ NCDF_API void cdfpoi(const int*,double*,double*,double*,double*,int*,double*);