sync rostests to r44455
[reactos.git] / rostests / winetests / kernel32 / volume.c
index f569247..42142e8 100644 (file)
@@ -165,7 +165,7 @@ static void test_GetVolumeNameForVolumeMountPointA(void)
     for (;path[0] <= 'z'; path[0]++) {
         ret = QueryDosDeviceA( path, volume, len);
         if(!ret) break;
-    }
+}
     if (path[0] <= 'z')
     {
         path[2] = '\\';