Skip to content

Commit 4e70436

Browse files
fix: missing bracket
1 parent 960e7ea commit 4e70436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ return WideToString(stringBuffer);
520520
return "Failed to Access (wwitr:unknownarch)";
521521
}
522522
#endif
523-
523+
}
524524

525525
void PrintAncestry(DWORD pid) {
526526
// now we're geting the name

0 commit comments

Comments
 (0)