1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

Remove stray '/' from comment block, fixes the warning:

libmpcodecs/vf_eq2.c:8:1: warning: "/*" within comment


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30556 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-13 21:32:19 +00:00
parent 1b3d1fcd9d
commit e8d058b8ef

View File

@ -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