mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 23:42:43 +02:00
small fix , semicolon too much
Origin commit data
------------------
Branch: master
Commit: 57705780f0
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-08-09 (Thu, 09 Aug 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -300,7 +300,7 @@ static int PlaybackPlay(Context_t *context)
|
||||
context->playback->BackWard = 0;
|
||||
context->playback->SlowMotion = 0;
|
||||
context->playback->Speed = 0;
|
||||
if (context->container && context->container->selectedContainer);
|
||||
if (context->container && context->container->selectedContainer)
|
||||
ret = context->container->selectedContainer->Command(context, CONTAINER_STOP, NULL);
|
||||
}
|
||||
else
|
||||
@@ -332,7 +332,7 @@ static int PlaybackPlay(Context_t *context)
|
||||
|
||||
context->playback->isCreationPhase = 0; // allow thread to go into next state
|
||||
|
||||
if (context->container && context->container->selectedContainer);
|
||||
if (context->container && context->container->selectedContainer)
|
||||
ret = context->container->selectedContainer->Command(context, CONTAINER_PLAY, NULL);
|
||||
if (ret != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user