From: Jean-Baptiste Kempf Date: Sat, 23 May 2009 23:47:10 +0000 (+0200) Subject: Fix obvious typo that prevented correct build. X-Git-Tag: 1.1.0-ff~5792 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4aed145245eafc412a37300fe9fc14d0bdc2d204;p=vlc Fix obvious typo that prevented correct build. --- diff --git a/src/libvlc.c b/src/libvlc.c index 4dbb87687b..519efa1ede 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -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 /*