git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4366 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-02 04:48:31 +00:00
parent 7c60893b24
commit f4b7d36ea7

View File

@ -121,7 +121,7 @@ sqlEscape_new (void)
/* ================================================ */
void
qlEscape_destroy (sqlEscape *b)
sqlEscape_destroy (sqlEscape *b)
{
if (!b) return;
g_free (b->escape); b->escape = NULL;