copy from trunk
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 14 Dec 2009 22:44:39 +0000 (22:44 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 14 Dec 2009 22:44:39 +0000 (22:44 +0000)
svn path=/branches/ros-amd64-bringup/; revision=44588

reactos/dll/directx/dsound_new/enum.c

index d4c5bc0..777168f 100644 (file)
@@ -93,7 +93,7 @@ DoDSoundCallback(
         DriverNameA[0] = 0;
         if (ProductName)
         {
-        WideCharToMultiByte(CP_ACP, 0, ProductName, -1, DriverNameA, sizeof(DriverNameA) / sizeof(char), NULL, NULL);
+            WideCharToMultiByte(CP_ACP, 0, ProductName, -1, DriverNameA, sizeof(DriverNameA) / sizeof(char), NULL, NULL);
             DriverNameA[(sizeof(DriverNameA) / sizeof(char))-1] = 0;
         }