summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia-videodev/sdl_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/src/pjmedia-videodev/sdl_dev.c')
-rw-r--r--pjmedia/src/pjmedia-videodev/sdl_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/src/pjmedia-videodev/sdl_dev.c b/pjmedia/src/pjmedia-videodev/sdl_dev.c
index 48e0deeb..3d2d6847 100644
--- a/pjmedia/src/pjmedia-videodev/sdl_dev.c
+++ b/pjmedia/src/pjmedia-videodev/sdl_dev.c
@@ -1093,7 +1093,7 @@ static pj_status_t sdl_factory_create_stream(
#if !SDL_VERSION_ATLEAST(1,3,0)
/* Prior to 1.3, SDL does not support multiple renderers. */
pj_mutex_lock(sf->mutex);
- if (!pj_list_empty(&sf->streams) {
+ if (!pj_list_empty(&sf->streams)) {
pj_mutex_unlock(sf->mutex);
return PJMEDIA_EVID_NOTREADY;
}