From 5c8c6e876001e9051de274dd0ed651608c97148b Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 11 May 2024 21:54:55 +0200 Subject: [PATCH] docs: remove unicode chars --- docs/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 73b5b987..4430ac1a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -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: