]> git.sesse.net Git - vlc/commitdiff
Fix obvious typo that prevented correct build.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 May 2009 23:47:10 +0000 (01:47 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 23 May 2009 23:47:10 +0000 (01:47 +0200)
src/libvlc.c

index 4dbb87687b6983d3311eca1e281f68f363e8ad0a..519efa1ede4360db70536374148931682500592b 100644 (file)
@@ -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
 
     /*