From 4f87ec3e64d1479cf781bd3ffe243aacfc7c841a Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 28 Aug 2007 23:30:59 +0000 Subject: [PATCH] control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t. --- src/control/media_list_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/media_list_path.h b/src/control/media_list_path.h index 45217e658b..238e8d0143 100644 --- a/src/control/media_list_path.h +++ b/src/control/media_list_path.h @@ -28,7 +28,7 @@ /************************************************************************** * Definition (Media List Player Internal) **************************************************************************/ -typedef int * media_list_path_t; +typedef int * libvlc_media_list_path_t; /**************************************************************************