From c44c4e181ff19e5dff592fb9c1e8f033766395aa Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 29 Sep 2008 06:15:51 +0000 Subject: cosmetics: Consistently use #ifdef in preprocessor directives. Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index f4ab88fe54..31e9a0e158 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -52,7 +52,7 @@ #include #endif -#if defined(HAVE_TERMIOS_H) +#ifdef HAVE_TERMIOS_H #include #include #include -- cgit v1.2.3