mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4366 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7c60893b24
commit
f4b7d36ea7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user