VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-10-26 10:38:45 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:24:38 +0100
commitd7498fae01aa5278b3138dddc158f2080b9e01d6 (patch)
tree08ae9d190431be734ba4c66f7947f263347ab29f /src
parent3c471383d9b0ef6ee951fbcf205af819923d24c9 (diff)
downloadVeraCrypt-d7498fae01aa5278b3138dddc158f2080b9e01d6.tar.gz
VeraCrypt-d7498fae01aa5278b3138dddc158f2080b9e01d6.zip
Linux/MacOSX: add newline at the end of Pkcs5.c to remove gcc warning
Diffstat (limited to 'src')
-rw-r--r--src/Common/Pkcs5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Pkcs5.c b/src/Common/Pkcs5.c
index e3f8031b..8f0c3645 100644
--- a/src/Common/Pkcs5.c
+++ b/src/Common/Pkcs5.c
@@ -688,4 +688,4 @@ int get_pkcs5_iteration_count (int pkcs5_prf_id, BOOL bBoot)
return 0;
}
-#endif //!TC_WINDOWS_BOOT \ No newline at end of file
+#endif //!TC_WINDOWS_BOOT