[libbluray-devel] Removed old, incorrect comment
hpi1
git at videolan.org
Mon Jan 26 08:56:17 CET 2015
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri Jan 16 13:59:29 2015 +0200| [55d706a0f149072ef6a84c3fd361904aa4b92667] | committer: hpi1
Removed old, incorrect comment
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=55d706a0f149072ef6a84c3fd361904aa4b92667
---
src/libbluray/bluray.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index a73f681..ce562ed 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -104,7 +104,7 @@ typedef struct {
struct bluray {
- BD_MUTEX mutex; /* protect API function access to internal data (must be first element in struct) */
+ BD_MUTEX mutex; /* protect API function access to internal data */
/* current disc */
char *device_path;
More information about the libbluray-devel
mailing list