gnucash maint: Fix double 'static char*' paste error.

John Ralls jralls at code.gnucash.org
Thu Dec 20 09:50:11 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/50d3b6b5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/127c658f (commit)



commit 50d3b6b56da2e29f511e8fbb11697f9393c67978
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 20 06:49:56 2018 -0800

    Fix double 'static char*' paste error.

diff --git a/gnucash/import-export/bi-import/dialog-bi-import.c b/gnucash/import-export/bi-import/dialog-bi-import.c
index 894eeec..3ecb42e 100644
--- a/gnucash/import-export/bi-import/dialog-bi-import.c
+++ b/gnucash/import-export/bi-import/dialog-bi-import.c
@@ -877,7 +877,6 @@ gnc_bi_import_create_bis (GtkListStore * store, QofBook * book,
  * @return char* Modified string.
 */
 static char*
-static char*
 un_escape(char *str)
 {
     gchar quote = '"';



Summary of changes:
 gnucash/import-export/bi-import/dialog-bi-import.c | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list