fixed a typo in a function call

This commit is contained in:
jp9000
2013-12-27 15:23:42 -07:00
parent 261b9d7056
commit bbd8178dab

View File

@@ -176,7 +176,7 @@ obs_source_t obs_source_create(enum obs_source_type type, const char *id,
if (!obs_source_init(source, settings, info))
goto fail;
obs_source_create_dosignal(source, "source-create");
obs_source_dosignal(source, "source-create");
return source;
fail: