On Saturday, November 2, 2013, Diego Biurrun wrote: > --- > libavformat/os_support.c | 25 +++++++++++++------------ > 1 file changed, 13 insertions(+), 12 deletions(-) > > diff --git a/libavformat/os_support.c b/libavformat/os_support.c > index 4ae5ac1..ba7e234 100644 > --- a/libavformat/os_support.c > +++ b/libavformat/os_support.c > @@ -32,13 +32,13 @@ > #if !HAVE_POLL_H > #if HAVE_SYS_TIME_H > #include <sys/time.h> > -#endif > +#endif /*HAVE_SYS_TIME_H */
Space after /* LGTM otherwise. Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
