Skip to content

Commit

Permalink
Fix typo in e339b17
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Oct 9, 2012
1 parent e339b17 commit ef9f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/mainserver.cpp
Expand Up @@ -324,7 +324,7 @@ MainServer::MainServer(bool master, int port,
masterFreeSpaceList << "0";
masterFreeSpaceList << "0";

master ? masterFreeSpaceListUpdater = new FreeSpaceUpdater(*this) : NULL;
masterFreeSpaceListUpdater = (master ? new FreeSpaceUpdater(*this) : NULL);
if (masterFreeSpaceListUpdater)
{
MThreadPool::globalInstance()->startReserved(
Expand Down

0 comments on commit ef9f4f7

Please sign in to comment.