Skip to content

Commit 1ee5bec

Browse files
committed
fixup! fix: change if statement closing
1 parent 596f9fe commit 1ee5bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ std::string PathResolve(Environment* env,
900900
if (resolvedAbsolute) {
901901
if (!resolvedDevice.empty()) {
902902
break;
903-
}
903+
}
904904
} else {
905905
resolvedTail = path.substr(rootEnd) + "\\" + resolvedTail;
906906
resolvedAbsolute = isAbsolute;

0 commit comments

Comments
 (0)