Commit 2146ab41 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix indentation.

parent 6791c80f
......@@ -169,7 +169,8 @@ int Open_LuaIntf( vlc_object_t *p_this )
psz_name = strdup( "rc" );
else
psz_name = GetModuleName( p_intf );
if( !psz_name ) psz_name = strdup( "dummy" );
if( !psz_name ) psz_name = strdup( "dummy" );
char *psz_config;
bool b_config_set = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment