Skip to content

Commit

Permalink
Fix whitespace error in EITFixUp::FixNL()
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Jun 24, 2013
1 parent dccff63 commit 98fc17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/eitfixup.cpp
Expand Up @@ -1729,7 +1729,7 @@ void EITFixUp::FixNL(DBEventEIT &event) const
// Film - categories are usually not Films
if (event.category.startsWith("Film -"))
{
event.categoryType = ProgramInfo:: kCategorySeries;
event.categoryType = ProgramInfo::kCategorySeries;
}

// Get stereo info
Expand Down

0 comments on commit 98fc17c

Please sign in to comment.