mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Fix comment typo in parser/lib.c
This commit is contained in:
parent
21e5a721ab
commit
854cbae52e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ int strn_escseq(const char **pos, const char *chrs, size_t n)
|
|||
if (strchr(chrs, c))
|
||||
return c;
|
||||
|
||||
/* unsupported escap sequence, backup to return that char */
|
||||
/* unsupported escape sequence, backup to return that char */
|
||||
pos--;
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue