[vlc-devel] [PATCH] access/http: Fix typo
Marvin Scholz
epirat07 at gmail.com
Sat Jul 13 10:29:26 CEST 2019
---
modules/access/http/live.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/http/live.h b/modules/access/http/live.h
index 552df6c097..80af97119b 100644
--- a/modules/access/http/live.h
+++ b/modules/access/http/live.h
@@ -36,6 +36,6 @@ struct block_t *vlc_http_live_read(struct vlc_http_resource *);
#define vlc_http_live_get_status vlc_http_res_get_status
#define vlc_http_live_get_redirect vlc_http_res_get_redirect
#define vlc_http_live_get_type vlc_http_res_get_type
-#define vlc_http_live_destroye vlc_http_res_destroy
+#define vlc_http_live_destroy vlc_http_res_destroy
/** @} */
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list