[libbdplus-devel] Fix include guard

anonymous git at videolan.org
Wed Jan 21 09:34:17 CET 2015


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Thu Jan  8 12:20:52 2015 +0200| [e04f080bce86e998a87631829f22959f2966896c] | committer: anonymous

Fix include guard

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

 src/file/configfile.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/file/configfile.h b/src/file/configfile.h
index 5f062fa..7233b95 100644
--- a/src/file/configfile.h
+++ b/src/file/configfile.h
@@ -17,8 +17,8 @@
  * <http://www.gnu.org/licenses/>.
  */
 
-#ifndef BDPLUS_FILE_H
-#define BDPLUS_FILE_H
+#ifndef BDPLUS_CONFIGFILE_H
+#define BDPLUS_CONFIGFILE_H
 
 #include <util/attributes.h>
 



More information about the libbdplus-devel mailing list