Fix compiler warning.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3553 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-01-29 22:55:26 +00:00
parent cb515dd72f
commit 4f46f04230

View File

@ -583,7 +583,7 @@ gnc_html_guppi_redraw_cb(GtkHTMLEmbedded * eb,
static char *
unescape_newlines(const gchar * in) {
char * ip = in;
const char * ip = in;
char * retval = g_strdup(in);
char * op = retval;