mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
remove extra space
This commit is contained in:
parent
12b6400a50
commit
cff1a526e8
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ contents of an APE file at the special '/zip' path. So your code is now
|
||||||
able to do the following:
|
able to do the following:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
|
|
||||||
if (access( "/zip/support_file.txt", F_OK) == 0) {
|
if (access( "/zip/support_file.txt", F_OK) == 0) {
|
||||||
fprintf(stderr, "/zip/support_file.txt FOUND and can be used as an asset\n");
|
fprintf(stderr, "/zip/support_file.txt FOUND and can be used as an asset\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue