quote correction

This commit is contained in:
gazhonsepaskwa
2025-02-08 14:39:31 +01:00
parent 373e240e85
commit ea17be0db0
2 changed files with 38 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
int is_meta(char c)
{
if (c == '&' || c == '|' || c == '<' || c == '>' || c == '(' || c == ')'
|| c == '"' || c == 39 || c == ';' || c == '{' || c == '}' || c == '['
|| c == ';' || c == '{' || c == '}' || c == '['
|| c == ']')
return (1);
return (0);