chiark / gitweb /
cryptsetup: minor typo fix
[elogind.git] / src / cryptsetup / cryptsetup.c
index 4dc2b0829a2c39521fe323f58fe82d913af72c1f..9b9074c52ad0c49af3aa3adfd1cb68caf6c314a7 100644 (file)
@@ -356,7 +356,7 @@ static int attach_tcrypt(struct crypt_device *cd,
                 return r;
         }
 
-        return crypt_activate_by_volume_key(cd, name, NULL, 0, flags);;
+        return crypt_activate_by_volume_key(cd, name, NULL, 0, flags);
 }
 
 static int attach_luks_or_plain(struct crypt_device *cd,