Skip to content

Commit

Permalink
GeanyLua: Update mkiface script to use a const string
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Jul 5, 2012
1 parent a14fb48 commit 089a555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geanylua/util/mkiface.lua
Expand Up @@ -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;")
Expand Down

0 comments on commit 089a555

Please sign in to comment.