[geany/geany-plugins] 904b07: Make rule-parameter const
Frank Lanitz
git-noreply at geany.org
Fri Feb 1 06:33:08 UTC 2013
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Fri, 01 Feb 2013 06:33:08 UTC
Commit: 904b07a618060e900b4d5fe764ef67e127a44824
https://github.com/geany/geany-plugins/commit/904b07a618060e900b4d5fe764ef67e127a44824
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).
More information about the Plugins-Commits
mailing list