[gimp-perl] C types correction.
- From: Ed J <edj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] C types correction.
- Date: Tue, 10 Jun 2014 06:23:03 +0000 (UTC)
commit 0b84ebc8e6f60d847b6825274fa7d650563a3f70
Author: Ed J <edj src gnome org>
Date: Tue Jun 10 07:21:00 2014 +0100
C types correction.
Gimp/Lib.xs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Gimp/Lib.xs b/Gimp/Lib.xs
index 33aa66a..eca93ee 100644
--- a/Gimp/Lib.xs
+++ b/Gimp/Lib.xs
@@ -1436,7 +1436,7 @@ gimp_procedural_db_query(name, blurb, help, author, copyright, date, proc_type)
const char *proc_type
INIT:
gint num_matches;
- const gchar **procedure_names;
+ gchar **procedure_names;
int i;
PPCODE:
if (!gimp_procedural_db_query (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]