Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/fxite/files/patch-src_luacmds.h
16461 views
1
--- src/luacmds.h.orig 2013-10-03 09:22:51 UTC
2
+++ src/luacmds.h
3
@@ -17,5 +17,5 @@
4
*/
5
6
7
-const luaL_reg* LuaCommands(FXMainWindow*topwin);
8
+const luaL_Reg* LuaCommands(FXMainWindow*topwin);
9
10
11