VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Rmd160.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Crypto/Rmd160.c')
-rw-r--r--src/Crypto/Rmd160.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Rmd160.c b/src/Crypto/Rmd160.c
index 386a1a80..9153af49 100644
--- a/src/Crypto/Rmd160.c
+++ b/src/Crypto/Rmd160.c
@@ -11,7 +11,7 @@
/* Adapted for VeraCrypt */
#if !defined(_UEFI)
#include <memory.h>
-#endif !defined(_UEFI)
+#endif // !defined(_UEFI)
#include "Common/Tcdefs.h"
#include "Common/Endian.h"