Index: trunk/eraser6/Eraser.Util/VolumeInfo.cs
===================================================================
--- trunk/eraser6/Eraser.Util/VolumeInfo.cs	(revision 1866)
+++ trunk/eraser6/Eraser.Util/VolumeInfo.cs	(revision 1867)
@@ -727,5 +727,5 @@
 			{
 				if (i > 100)
-					throw Win32ErrorCode.GetExceptionForWin32Error(Marshal.GetLastWin32Error()));
+					throw Win32ErrorCode.GetExceptionForWin32Error(Marshal.GetLastWin32Error());
 				System.Threading.Thread.Sleep(100);
 			}
