Skip to content

Commit

Permalink
Update OpenBSDMachine.c
Browse files Browse the repository at this point in the history
  • Loading branch information
time-killer-games authored Jan 6, 2024
1 parent da63782 commit 0f00eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd/OpenBSDMachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Machine* Machine_new(UsersTable* usersTable, uid_t userId) {
Machine* super = &this->super;

Machine_init(super, usersTable, userId);

OpenBSDMachine_updateCPUcount(this);

size = sizeof(this->fscale);
Expand Down

0 comments on commit 0f00eaa

Please sign in to comment.