From f8b6baa57eda4cbd8a9978b9c277b5cccb600be2 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 9 Apr 2008 18:05:57 +0000 Subject: Remove some useless quotes from #error preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26375 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/filter.h | 2 +- libaf/window.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libaf') 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 -- cgit v1.2.3