From cff1a526e8a39c14e2cce96ba87efa8e7072939b Mon Sep 17 00:00:00 2001 From: cd rubin Date: Tue, 29 Oct 2024 14:50:55 +0000 Subject: [PATCH] remove extra space --- tool/cosmocc/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/cosmocc/README.md b/tool/cosmocc/README.md index 294f2914b..137c4426b 100644 --- a/tool/cosmocc/README.md +++ b/tool/cosmocc/README.md @@ -110,7 +110,6 @@ contents of an APE file at the special '/zip' path. So your code is now able to do the following: ```c - if (access( "/zip/support_file.txt", F_OK) == 0) { fprintf(stderr, "/zip/support_file.txt FOUND and can be used as an asset\n"); }