[geany/geany-plugins] 089a55: GeanyLua: Update mkiface script to use a const string

Colomban Wendling git-noreply at xxxxx
Thu Jul 5 22:02:34 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 05 Jul 2012 22:02:34
Commit:      089a555e5c4b5eb57e868ae9fc04bf5c26360a04
             https://github.com/geany/geany-plugins/commit/089a555e5c4b5eb57e868ae9fc04bf5c26360a04

Log Message:
-----------
GeanyLua: Update mkiface script to use a const string


Modified Paths:
--------------
    geanylua/util/mkiface.lua

Modified: geanylua/util/mkiface.lua
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -122,7 +122,7 @@ print("\tSLT_LAST\n} GlspiType;\n\n")
 
 
 print("typedef struct _SciCmdHashEntry {")
-print("\tgchar *name;")
+print("\tconst gchar *name;")
 print("\tGlspiType result;")
 print("\tgint msgid;")
 print("\tGlspiType wparam;")


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list