mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix formatiing
This commit is contained in:
parent
16165b1f67
commit
5c5e84f931
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user