Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Fri, 01 Feb 2013 06:33:08 UTC Commit: 904b07a618060e900b4d5fe764ef67e127a44824 https://github.com/geany/geany-plugins/commit/904b07a618060e900b4d5fe764ef67...
Log Message: ----------- Make rule-parameter const
Modified Paths: -------------- tableconvert/src/tableconvert.c
Modified: tableconvert/src/tableconvert.c 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -105,7 +105,8 @@ enum {
static GtkWidget *main_menu_item = NULL;
-static gchar* convert_to_table_worker(gchar **rows, gboolean header, TableConvertRule *rule) +static gchar* convert_to_table_worker(gchar **rows, gboolean header, + const TableConvertRule *rule) { guint i; guint j;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org