[libbdplus-devel] Fix typo

anonymous git at videolan.org
Thu Jan 8 10:44:52 CET 2015


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan  8 10:33:58 2015 +0200| [4af1d3d04d9043da7c9ad236e2b5664869984b33] | committer: anonymous

Fix typo

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=4af1d3d04d9043da7c9ad236e2b5664869984b33
---

 src/libbdplus/loader.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libbdplus/loader.h b/src/libbdplus/loader.h
index 65c72ea..30f5c37 100644
--- a/src/libbdplus/loader.h
+++ b/src/libbdplus/loader.h
@@ -28,6 +28,6 @@
 struct VM_s;
 
 BD_PRIVATE int32_t  loader_load_svm ( struct VM_s *vm, const char *device_path, const char *fname,
-                                      int *pg_en, int *p_date);
+                                      int *p_gen, int *p_date);
 
 #endif



More information about the libbdplus-devel mailing list