diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ph5example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ph5example.c b/examples/ph5example.c index da777a9..06c8919 100644 --- a/examples/ph5example.c +++ b/examples/ph5example.c @@ -1087,7 +1087,7 @@ finish: return (nerrors); } -#else /* H5_HAVE_PARALLEL */ +#else /* H5_HAVE_PARALLEL */ /* dummy program since H5_HAVE_PARALLE is not configured in */ int main(void) |