mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
cb515dd72f
commit
4f46f04230
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user