mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-16 00:21:39 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@39728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
88d8226d7b
commit
6f69ad8b20
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ static inline unsigned int trim(char *str, unsigned len)
|
|||
*/
|
||||
while (*p != '\0' && *p != '\"')
|
||||
{
|
||||
if ('\'' == *p)
|
||||
if ('\\' == *p)
|
||||
{
|
||||
p++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue