summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5S.c b/src/H5S.c
index bf8cf51..8297909 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -43,7 +43,7 @@ static size_t H5S_nconv_g = 0; /*entries used*/
#ifdef H5_HAVE_PARALLEL
/* Global var whose value can be set from environment variable also */
hbool_t H5_mpi_opt_types_g = TRUE;
-#endif
+#endif /* H5_HAVE_PARALLEL */
/* Declare a free list to manage the H5S_simple_t struct */
H5FL_DEFINE(H5S_simple_t);
@@ -98,7 +98,7 @@ H5S_init_interface(void)
H5_mpi_opt_types_g = (int)HDstrtol (s, NULL, 0);
}
}
-#endif
+#endif /* H5_HAVE_PARALLEL */
FUNC_LEAVE(SUCCEED);
}