summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 18:05:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-09 18:05:57 +0000
commitf8b6baa57eda4cbd8a9978b9c277b5cccb600be2 (patch)
treea8de1c0959849492c3b299403a4eff754b7a533a
parent6ae33bc0139710aa00dc411f25452bce5777b52f (diff)
downloadmpv-f8b6baa57eda4cbd8a9978b9c277b5cccb600be2.tar.bz2
mpv-f8b6baa57eda4cbd8a9978b9c277b5cccb600be2.tar.xz
Remove some useless quotes from #error preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26375 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libaf/filter.h2
-rw-r--r--libaf/window.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libaf/filter.h b/libaf/filter.h
index 041c486c3e..a9ddbaa610 100644
--- a/libaf/filter.h
+++ b/libaf/filter.h
@@ -9,7 +9,7 @@
*/
#if !defined MPLAYER_DSP_H
-# error "Never use \"filter.h\" directly; include \"dsp.h\" instead"
+# error Never use filter.h directly; include dsp.h instead.
#endif
#ifndef MPLAYER_FILTER_H
diff --git a/libaf/window.h b/libaf/window.h
index 52cd31622a..0a10a9cc96 100644
--- a/libaf/window.h
+++ b/libaf/window.h
@@ -16,7 +16,7 @@
*/
#if !defined MPLAYER_DSP_H
-# error "Never use \"window.h\" directly; include \"dsp.h\" instead"
+# error Never use window.h directly; include dsp.h instead.
#endif
#ifndef MPLAYER_WINDOW_H