]> git.sesse.net Git - vlc/blobdiff - modules/misc/gtk_main.c
Replace VLC_ETHREAD with VLCENOMEM.
[vlc] / modules / misc / gtk_main.c
index b127e5a8f69c0e08adefb645f867b7c7a42bdc14..5109515a5b2990d60e09cbf79b1f1e54163a63be 100644 (file)
@@ -115,7 +115,7 @@ static int Open( vlc_object_t *p_this )
         vlc_object_release( p_gtk_main );
         i_refcount--;
         vlc_mutex_unlock( &gtk_lock );
-        return VLC_ETHREAD;
+        return VLC_ENOMEM;
     }
 
     i_refcount++;