diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-09 18:19:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 18:19:42 +0200 |
| commit | 0a37f1cc30f9d31b1cc4b3cae353d134a66a1ffc (patch) | |
| tree | acea39fed7c69642c71a6ba0db7928d4c31044f5 /src/include/pathcoll.h | |
| parent | 0e0f1e203747a3b7a625d1d57d47036c796bc7f7 (diff) | |
| parent | 70018a774bf7411ef7550aa4fb3eb153d17dcfd6 (diff) | |
| download | box64-0a37f1cc30f9d31b1cc4b3cae353d134a66a1ffc.tar.gz box64-0a37f1cc30f9d31b1cc4b3cae353d134a66a1ffc.zip | |
Merge pull request #3 from rajdakin/exitFix
box64 exit fix
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 |