Commit e82ed2cb authored by Sean McGovern's avatar Sean McGovern Committed by Tristan Matthews

cddb: fix spelling errors in header guards

Signed-off-by: default avatarTristan Matthews <tmatth@videolan.org>
parent 5107980b
--- cddb/include/cddb/cddb_log.h.orig 2005-03-11 16:29:29.000000000 -0500
+++ cddb/include/cddb/cddb_log.h 2014-11-10 12:45:12.000000000 -0500
@@ -19,7 +19,7 @@
Boston, MA 02111-1307, USA.
*/
-#ifndef CDDB_LOH_H
+#ifndef CDDB_LOG_H
#define CDDB_LOG_H
#ifdef __cplusplus
--- cddb/include/cddb/cddb_log_ni.h.orig 2005-03-11 16:29:29.000000000 -0500
+++ cddb/include/cddb/cddb_log_ni.h 2014-11-10 12:45:32.000000000 -0500
@@ -19,7 +19,7 @@
Boston, MA 02111-1307, USA.
*/
-#ifndef CDDB_LOH_NI_H
+#ifndef CDDB_LOG_NI_H
#define CDDB_LOG_NI_H
#ifdef __cplusplus
...@@ -21,6 +21,7 @@ cddb: libcddb-$(CDDB_VERSION).tar.bz2 .sum-cddb ...@@ -21,6 +21,7 @@ cddb: libcddb-$(CDDB_VERSION).tar.bz2 .sum-cddb
$(APPLY) $(SRC)/cddb/cross.patch $(APPLY) $(SRC)/cddb/cross.patch
$(APPLY) $(SRC)/cddb/getenv-crash.patch $(APPLY) $(SRC)/cddb/getenv-crash.patch
$(APPLY) $(SRC)/cddb/cddb-no-alarm.patch $(APPLY) $(SRC)/cddb/cddb-no-alarm.patch
$(APPLY) $(SRC)/cddb/fix-header-guards.patch
ifdef HAVE_WIN32 ifdef HAVE_WIN32
$(APPLY) $(SRC)/cddb/win32-pkg.patch $(APPLY) $(SRC)/cddb/win32-pkg.patch
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment