summaryrefslogtreecommitdiffstats
path: root/src/H5retry_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5retry_private.h')
-rw-r--r--src/H5retry_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5retry_private.h b/src/H5retry_private.h
index 6621957..45ba8d2 100644
--- a/src/H5retry_private.h
+++ b/src/H5retry_private.h
@@ -9,8 +9,8 @@
* help@hdfgroup.org.
*/
-#ifndef _H5retry_private_H
-#define _H5retry_private_H
+#ifndef H5retry_private_H
+#define H5retry_private_H
/*
* Data types and functions for retry loops.
@@ -111,4 +111,4 @@ h5_retry_tries(struct h5_retry_t *r)
return r->maxtries - r->tries;
}
-#endif /* _H5retry_private_H */
+#endif /* H5retry_private_H */