Bean <[EMAIL PROTECTED]> writes:

[...]

>> >   for (i = 0; i < cc; i++)
>> >     {
>> >       int id, ss;
>> >
>> >       id = grub_jpeg_get_byte (data) - 1;
>> >       if ((id < 0) || (id >= 3))
>> >       return grub_error (GRUB_ERR_BAD_FILE_TYPE, "jpeg: invalid index");
>> >
>> >       ss = grub_jpeg_get_byte (data); /* sampling factor  */
>> >       if (!id)
>> >       {
>> >         data->vs = ss & 0xF;  /* vertical sampling  */
>> >         data->hs = ss >> 4;   /* horizontal sampling  */
>>
>> Please use correct interpunction.
>
> I'm sorry, what do you mean by correct interpunction ?

That I prefer:

/* vertical sampling */ -> /* Vertical sampling.  */

Same for the other two lines.  With this change, only the legal
question remains.

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to