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