]> git.sesse.net Git - vlc/commitdiff
Woops
authorClément Stenac <zorglub@videolan.org>
Sun, 17 Sep 2006 13:40:02 +0000 (13:40 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 17 Sep 2006 13:40:02 +0000 (13:40 +0000)
modules/control/hotkeys.c

index 355a4b287daeb55b9539e359c7ee07fae9b7aca3..fd6c118990e5326faff52b1b3fd7e1ab9f4f40a1 100644 (file)
@@ -106,7 +106,7 @@ vlc_module_end();
 static int Open( vlc_object_t *p_this )
 {
     intf_thread_t *p_intf = (intf_thread_t *)p_this;
-    MALLOC_ERR( p_intf->P_sys, intf_sys_t );
+    MALLOC_ERR( p_intf->p_sys, intf_sys_t );
 
     vlc_mutex_init( p_intf, &p_intf->p_sys->change_lock );
     p_intf->p_sys->i_size = 0;