Skip to content

Commit 6fb0555

Browse files
fix: stray equal sign
1 parent 34c439c commit 6fb0555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ UPDATE: This is done now!!
15891589

15901590
if (entry.th32ParentProcessID == targetpid) {
15911591
exeName = WideToString(entry.szExeFile); // this stores the name of our pid we're looking at in a var
1592-
exeNames.emplace_back(exeName); =
1592+
exeNames.emplace_back(exeName);
15931593
pidNames.emplace_back(entry.th32ProcessID);
15941594
parentPids.emplace_back(entry.th32ProcessID); // just fill it up, we aren't using it
15951595
children++; // keeps track of how many children we have (that sounds wrong when you say it)

0 commit comments

Comments
 (0)