Skip to content

Commit 5195c6a

Browse files
committed
add trailling semicolon
1 parent 514d6af commit 5195c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Unix/CoreUnix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ namespace VeraCrypt
298298
return "/run/media/veracrypt";
299299

300300
if (FilesystemPath ("/mnt").IsDirectory())
301-
return "/mnt/veracrypt"
301+
return "/mnt/veracrypt";
302302

303303
return GetTempDirectory() + "/veracrypt_mnt";
304304
}

0 commit comments

Comments
 (0)