1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix formatiing

This commit is contained in:
BlauFx 2022-12-28 14:06:50 +01:00
parent 16165b1f67
commit 5c5e84f931

View File

@ -76,7 +76,7 @@ namespace osu.Game.IO
return result;
}
[DllImport("libc", SetLastError = true)]
[DllImport("libc", SetLastError = true)]
public static extern int link(string oldpath, string newpath);
[DllImport("Kernel32.dll", SetLastError = true, CharSet = CharSet.Unicode)]