diff options
Diffstat (limited to 'editors/fxite/files/patch-src_luacmds.h')
-rw-r--r-- | editors/fxite/files/patch-src_luacmds.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src_luacmds.h b/editors/fxite/files/patch-src_luacmds.h new file mode 100644 index 000000000000..657419a31227 --- /dev/null +++ b/editors/fxite/files/patch-src_luacmds.h @@ -0,0 +1,9 @@ +--- src/luacmds.h.orig 2013-10-03 09:22:51 UTC ++++ src/luacmds.h +@@ -17,5 +17,5 @@ + */ + + +-const luaL_reg* LuaCommands(FXMainWindow*topwin); ++const luaL_Reg* LuaCommands(FXMainWindow*topwin); + |