Skip to content

Commit

Permalink
Fix warnings in OpenBSD build.
Browse files Browse the repository at this point in the history
  • Loading branch information
fraggerfox authored and BenBE committed Feb 29, 2024
1 parent 35739c2 commit 01d3398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd/OpenBSDProcessTable.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ProcessTable* ProcessTable_new(Machine* host, Hashtable* pidMatchList) {
ProcessTable* super = &this->super;
ProcessTable_init(super, Class(OpenBSDProcess), host, pidMatchList);

return this;
return super;
}

void ProcessTable_delete(Object* cast) {
Expand Down

0 comments on commit 01d3398

Please sign in to comment.