Commit 4aed1452 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix obvious typo that prevented correct build.

parent b141d55c
......@@ -908,7 +908,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
/* Prevents the power management daemon from suspending the system
* when VLC is active */
if( config_GetInt( p_libvlc, "inhibit" ) > 0 )
interface_Create( p_libvlc, "inhibit,none" );
intf_Create( p_libvlc, "inhibit,none" );
#endif
/*
......
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