docs: remove unicode chars

This commit is contained in:
2024-05-11 21:54:55 +02:00
parent 85ac8080f4
commit 5c8c6e8760

View File

@ -51,8 +51,8 @@ Open `GNUMakefile` and edit the CFLAGS environment variable around line 50.
For example given this error:
```text
src/http.c: In function tf_http_get_cookie:
src/http.c:1089:128: error: check of name for NULL after already dereferencing it [-Werror=analyzer-deref-before-check]
src/http.c: In function 'tf_http_get_cookie':
src/http.c:1089:128: error: check of 'name' for NULL after already dereferencing it [-Werror=analyzer-deref-before-check]
```
Add: