Mercurial > mplayer.hg
changeset 30514:f43b6757e3f8
Remove stray '/' from comment block, fixes the warning:
libmpcodecs/vf_eq2.c:8:1: warning: "/*" within comment
author | diego |
---|---|
date | Sat, 13 Feb 2010 21:32:19 +0000 |
parents | ce6171e05d55 |
children | 9c07a0af62d8 |
files | libmpcodecs/vf_eq2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_eq2.c Sat Feb 13 21:29:32 2010 +0000 +++ b/libmpcodecs/vf_eq2.c Sat Feb 13 21:32:19 2010 +0000 @@ -5,7 +5,7 @@ * Daniel Moreno <comac@comac.darktech.org> (saturation, R/G/B gamma support) * Richard Felker (original MMX contrast/brightness code (vf_eq.c)) * Michael Niedermayer <michalni@gmx.at> (LUT16) -/* + * * This file is part of MPlayer. * * MPlayer is free software; you can redistribute it and/or modify