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

Fix indentation.

parent 6791c80f
...@@ -169,6 +169,7 @@ int Open_LuaIntf( vlc_object_t *p_this ) ...@@ -169,6 +169,7 @@ int Open_LuaIntf( vlc_object_t *p_this )
psz_name = strdup( "rc" ); psz_name = strdup( "rc" );
else else
psz_name = GetModuleName( p_intf ); psz_name = GetModuleName( p_intf );
if( !psz_name ) psz_name = strdup( "dummy" ); if( !psz_name ) psz_name = strdup( "dummy" );
char *psz_config; char *psz_config;
......
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