diff options
author | Ramiro Polla | 2009-10-21 01:25:39 +0000 |
---|---|---|
committer | Ramiro Polla | 2009-10-21 01:25:39 +0000 |
commit | a3faf694a2df8a2f1b4d39042ed7a5ef5b351b22 (patch) | |
tree | eee81e6bb49f21ad13d77144f82cc26f653d1694 /libavformat/os_support.h | |
parent | 61ee50451758f0505e266c37296250822e304e1d (diff) |
Add comment on #endif about condition that triggers it.
Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r-- | libavformat/os_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index d4603632f7..f9a1706cb1 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -32,7 +32,7 @@ #if defined(__MINGW32__) && !defined(__MINGW32CE__) # include <fcntl.h> # define lseek(f,p,w) _lseeki64((f), (p), (w)) -#endif +#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ static inline int is_dos_path(const char *path) { |