From a3faf694a2df8a2f1b4d39042ed7a5ef5b351b22 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 21 Oct 2009 01:25:39 +0000 Subject: [PATCH] Add comment on #endif about condition that triggers it. Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/os_support.h b/libavformat/os_support.h index d4603632f74..f9a1706cb14 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -32,7 +32,7 @@ #if defined(__MINGW32__) && !defined(__MINGW32CE__) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) -#endif +#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ static inline int is_dos_path(const char *path) { -- 2.39.2