]> git.sesse.net Git - vlc/commitdiff
Archive: fix typo
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Nov 2014 11:32:20 +0000 (12:32 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Nov 2014 11:32:20 +0000 (12:32 +0100)
modules/access/archive/access.c

index 3ba99cf2a8fbd1977190f2f473330b94f8ec2405..0410d96e5454b00ed09bcaf5bf218a423594812e 100644 (file)
@@ -314,7 +314,7 @@ int AccessOpen(vlc_object_t *p_object)
 
     char *psz_base = strdup(p_access->psz_location);
     if (unlikely(psz_base == NULL))
-        return VLC_EENOMEM;
+        return VLC_ENOMEM;
 
     const char *psz_name = psz_base + (sep - p_access->psz_location);
     *(psz_name++) = '\0';