Fix double 'static char*' paste error.

This commit is contained in:
John Ralls 2018-12-20 06:49:56 -08:00
parent 127c658f05
commit 50d3b6b56d

View File

@ -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 = '"';