aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Engine/Lua_Interp.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-06 13:13:15 -0400
committerMichaelTheShifter <[email protected]>2016-07-06 13:13:15 -0400
commitb20c17f5a45b229edcefb66815ec602ade7dd84b (patch)
tree5a4a4712ef902eb648a2eeac86b0440b9bed318e /source/WindowsFormsApplication1/Engine/Lua_Interp.cs
parent62b4af3c2b4cf2b61fbb1626be5b3927b43f0f5b (diff)
downloadshiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.tar.gz
shiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.tar.bz2
shiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.zip
Fix AppVeyor builds
Diffstat (limited to 'source/WindowsFormsApplication1/Engine/Lua_Interp.cs')
-rw-r--r--source/WindowsFormsApplication1/Engine/Lua_Interp.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs
index bb76c77..4192acf 100644
--- a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs
+++ b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs
@@ -156,7 +156,7 @@ namespace ShiftOS
{
mod(func + $"(\"{API.OpenGUIDs[win]}\")");
};
- });
+ });
mod.on_window_titlebar_redraw += new Action<ShiftOSDesktop, string>((desktop, func) =>
{
desktop.TitlebarReset += (win) =>