Revision: 813 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=813&view=rev Author: ntrel Date: 2009-07-13 15:33:35 +0000 (Mon, 13 Jul 2009)
Log Message: ----------- Fix gcc warning.
Modified Paths: -------------- trunk/geany-plugins/geanylua/geanylua.c
Modified: trunk/geany-plugins/geanylua/geanylua.c =================================================================== --- trunk/geany-plugins/geanylua/geanylua.c 2009-07-13 11:44:25 UTC (rev 812) +++ trunk/geany-plugins/geanylua/geanylua.c 2009-07-13 15:33:35 UTC (rev 813) @@ -59,7 +59,7 @@ GeanyFunctions *geany_functions;
PLUGIN_EXPORT -GeanyKeyGroup plugin_key_group[1] = {NULL, NULL, 0, NULL}; +GeanyKeyGroup plugin_key_group[1] = {{NULL, NULL, 0, NULL}};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org