From bf091a66bfffcaaebfad14ba711595271d466252 Mon Sep 17 00:00:00 2001 From: Nabil M Date: Thu, 2 Aug 2018 09:26:33 -0230 Subject: [PATCH] Fixed erroneous semi-colon... * Caused compile error with g++ flag -pedantic-errors --- cxx4/ncCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxx4/ncCheck.h b/cxx4/ncCheck.h index 160503e..10cfb48 100644 --- a/cxx4/ncCheck.h +++ b/cxx4/ncCheck.h @@ -31,6 +31,6 @@ namespace netCDF */ void ncCheckDataMode(int ncid); -}; +} #endif