libbluray | branch: master | hpi1 <[email protected]> | Wed Feb 18 11:29:34 2015 +0200| [ec9ef0305ee516aecd910bc80eba1eb739b2e78a] | committer: hpi1
Remove extra ; > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=ec9ef0305ee516aecd910bc80eba1eb739b2e78a --- src/file/filesystem.h | 2 +- src/libbluray/bluray.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file/filesystem.h b/src/file/filesystem.h index 5c2b9ce..dd30ba6 100644 --- a/src/file/filesystem.h +++ b/src/file/filesystem.h @@ -83,7 +83,7 @@ BD_FILE_OPEN bd_register_file(BD_FILE_OPEN p); BD_DIR_OPEN bd_register_dir(BD_DIR_OPEN p); #ifdef __cplusplus -}; +} #endif #endif /* BD_FILESYSTEM_H_ */ diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h index 7065e71..9ee5839 100644 --- a/src/libbluray/bluray.h +++ b/src/libbluray/bluray.h @@ -945,7 +945,7 @@ void bd_stop_bdj(BLURAY *bd); // shutdown BD-J and clean up resources #ifdef __cplusplus -}; +} #endif #endif /* BLURAY_H_ */ _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
