Linux: fix compilation error

This commit is contained in:
Mounir IDRASSI 2016-02-22 07:45:33 +01:00
parent facfda73eb
commit fffb3bde7a

View File

@ -49,7 +49,6 @@ namespace VeraCrypt
try try
{ {
Process::Execute ("losetup", args); Process::Execute ("losetup", args);
break;
} }
catch (...) { } catch (...) { }