From 50d3b6b56da2e29f511e8fbb11697f9393c67978 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 20 Dec 2018 06:49:56 -0800 Subject: [PATCH] Fix double 'static char*' paste error. --- gnucash/import-export/bi-import/dialog-bi-import.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnucash/import-export/bi-import/dialog-bi-import.c b/gnucash/import-export/bi-import/dialog-bi-import.c index 894eeec475..3ecb42e807 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 = '"';