clang-format

This commit is contained in:
Jōshin 2024-01-05 23:21:52 -05:00
parent c60b150fcf
commit c0eacf2eb1
No known key found for this signature in database

View file

@ -224,8 +224,7 @@ static inline void InitProgramExecutableNameImpl(void) {
}
// try argv[0], then argv[0].com, then $_, then $_.com.
if (TryPath(__argv[0], 1) ||
TryPath(__getenv(__envp, "_").s, 1)) {
if (TryPath(__argv[0], 1) || TryPath(__getenv(__envp, "_").s, 1)) {
goto UseBuf;
}