Skip to content

Commit 973aa0a

Browse files
committed
Corrected second instance of macro.
1 parent ac1ad05 commit 973aa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc_test/tst_meta.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <stdio.h>
1616
#include <netcdf.h>
1717

18-
#if defined(NC_HAS_META_H)
18+
#if defined(NC_HAVE_META_H)
1919
#include <netcdf_meta.h>
2020
#endif
2121

0 commit comments

Comments
 (0)