1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Indentation

This commit is contained in:
Ryan Lucia 2023-11-22 11:46:36 -08:00
parent ebdd439ad0
commit 4c872ff4f5

View File

@ -125,7 +125,7 @@ function os.execute(command)
local wcommand = command
if command then
wcommand = widen(command)
local stat = ffi.C._wsystem(wcommand)
local stat = ffi.C._wsystem(wcommand)
return execresult(stat)
end