Skip to content

Commit

Permalink
MythPowerOSX: Fix build after last minute change
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 9, 2019
1 parent 90f41b3 commit c705892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/platforms/mythpowerosx.cpp
Expand Up @@ -89,7 +89,7 @@ bool MythPowerOSX::DoFeature(bool)
if (!((m_features & m_scheduledFeature) && m_scheduledFeature))
return false;

FeatureHappening():
FeatureHappening();
AEEventID event = 0;
switch (m_scheduledFeature)
{
Expand Down

0 comments on commit c705892

Please sign in to comment.