diff options
author | Dodji Seketeli <dodji@src.gnome.org> | 2003-03-02 18:58:59 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@src.gnome.org> | 2003-03-02 18:58:59 +0000 |
commit | 1217c1902e50ad1b7de22d43d1e2c0f0a652ec1f (patch) | |
tree | 0c0e1058b760186a1a2bda3a80189adab90480e1 /src/cr-term.c | |
parent | 2e07149b250230b8415a09cd2bddbfbad3f098f7 (diff) | |
download | libcroco-1217c1902e50ad1b7de22d43d1e2c0f0a652ec1f.tar.gz |
Turned on compilation with goddamit warning options.
So I killed an awfully great number of warnings messages.
Also fixed some small regressions that occured during
the rewrite of cr_tknzr_get_next_toke().
Diffstat (limited to 'src/cr-term.c')
-rw-r--r-- | src/cr-term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cr-term.c b/src/cr-term.c index 833a0b7..ddd6f81 100644 --- a/src/cr-term.c +++ b/src/cr-term.c @@ -702,7 +702,7 @@ cr_term_dump (CRTerm *a_this, FILE *a_fp) if (content) { - fprintf (a_fp, "uri(%s)",content) ; + fprintf (a_fp, "url(%s)",content) ; g_free (content) ; content = NULL ; } |