1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

Remove some useless quotes from #error preprocessor directives.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-09 18:05:57 +00:00
parent 6ae33bc013
commit f8b6baa57e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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