Skip to content

Commit

Permalink
fix(core): missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 21, 2024
1 parent 0ed0abb commit 83831b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ namespace pipewire
case update_strategy::sync:
return update<update_strategy::sync>();
}

return false;
}

void core::abort()
Expand Down

0 comments on commit 83831b5

Please sign in to comment.