Skip to content

Commit e66205b

Browse files
committed
squash: fixup brackets
Signed-off-by: Michael Dawson <[email protected]>
1 parent 8316dec commit e66205b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/wasi/c/readdir.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int main() {
1414

1515
platform = getenv("NODE_PLATFORM");
1616
assert(platform != NULL);
17-
has_d_type = (0 != strcmp(platform, "aix") && 0 != strcmp(platform, "sunos")) && 0 != strcmp(platform, "os400");
17+
has_d_type = (0 != strcmp(platform, "aix") && 0 != strcmp(platform, "sunos") && 0 != strcmp(platform, "os400"));
1818

1919
dir = opendir("/sandbox");
2020
assert(dir != NULL);

test/wasi/wasm/readdir.wasm

10.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)