diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-04-09 17:52:25 +0200 |
| commit | 009bb94f17803dff459b812d7314e300a1b31e1e (patch) | |
| tree | c9f91b7f6a19ad192ec0c3e371fe83f36ae91234 /src/include/pathcoll.h | |
| parent | fcfd90b86fc5328c6c5c61e2921416c3cc8adba2 (diff) | |
| download | box64-009bb94f17803dff459b812d7314e300a1b31e1e.tar.gz box64-009bb94f17803dff459b812d7314e300a1b31e1e.zip | |
Changed missed unwanted "box86"
Diffstat (limited to 'src/include/pathcoll.h')
| -rwxr-xr-x | src/include/pathcoll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pathcoll.h b/src/include/pathcoll.h index f1a0b93e..5b730d34 100755 --- a/src/include/pathcoll.h +++ b/src/include/pathcoll.h @@ -1,7 +1,7 @@ #ifndef __PATHCOLL_H_ #define __PATHCOLL_H_ -// utility to handle path collection (like BOX86_PATH or BOX86_LD_LIBRARY_PATH) +// utility to handle path collection (like BOX64_PATH or BOX64_LD_LIBRARY_PATH) // paths can be resized with realloc, so don't take address as invariant typedef struct path_collection_s |