aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-29 16:20:12 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-29 16:20:12 -0400
commita5fcec53f1acffa80890be5f0a3ae11b6ace7fb9 (patch)
tree96dec201d7f171a230eab631bbaf6c503ec60454 /scripts
parentdd4b723d91443d79fb11961df0816fc6bdcdc593 (diff)
Code cleanup.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 73fc8f5e..351ebeb3 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -67,7 +67,7 @@ local events = {
SCN_SAVEPOINTLEFT = 2003,
SCN_MODIFYATTEMPTRO = 2004,
SCN_KEY = 2005,
- SCN_DOUBLECLICK =2006,
+ SCN_DOUBLECLICK = 2006,
SCN_UPDATEUI = 2007,
SCN_MODIFIED = 2008,
SCN_MACRORECORD = 2009,