s/componants/components + missing newline.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2767 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4e29e25f90
commit
3b1ac20640
5 changed files with 21 additions and 21 deletions
|
@ -954,7 +954,7 @@ badjpeg:
|
|||
|
||||
if (cinfo.output_components!=3)
|
||||
{
|
||||
Con_Printf("Bad number of componants in jpeg");
|
||||
Con_Printf("Bad number of components in jpeg\n");
|
||||
goto badjpeg;
|
||||
}
|
||||
size_stride = cinfo.output_width * cinfo.output_components;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue