mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-28 12:58:07 +00:00
Fix comment typo in parser/lib.c
This commit is contained in:
parent
21e5a721ab
commit
854cbae52e
@ -183,7 +183,7 @@ int strn_escseq(const char **pos, const char *chrs, size_t n)
|
|||||||
if (strchr(chrs, c))
|
if (strchr(chrs, c))
|
||||||
return c;
|
return c;
|
||||||
|
|
||||||
/* unsupported escap sequence, backup to return that char */
|
/* unsupported escape sequence, backup to return that char */
|
||||||
pos--;
|
pos--;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user