diff options
Diffstat (limited to 'src/lib/utils/mutex.h')
-rw-r--r-- | src/lib/utils/mutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/mutex.h b/src/lib/utils/mutex.h index 2aabd2973..e8718d5eb 100644 --- a/src/lib/utils/mutex.h +++ b/src/lib/utils/mutex.h @@ -4,8 +4,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_UTIL_MUTEX_H__ -#define BOTAN_UTIL_MUTEX_H__ +#ifndef BOTAN_UTIL_MUTEX_H_ +#define BOTAN_UTIL_MUTEX_H_ #include <botan/build.h> #include <botan/types.h> |