[FFmpeg-devel] [PATCH] Remove trailing semicolon
Panagiotis Issaris
takis.issaris
Fri Jun 15 10:19:33 CEST 2007
Hi,
Op 14-jun-07, om 22:04 heeft Michael Niedermayer het volgende
geschreven:
> Hi
>
> On Thu, Jun 14, 2007 at 03:41:49PM +0200, Panagiotis Issaris wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> The attached removes an unneeded semicolon.
> [...]
>> Index: libavcodec/bytestream.h
>> ===================================================================
>> --- libavcodec/bytestream.h (revision 9308)
>> +++ libavcodec/bytestream.h (working copy)
>> @@ -30,7 +30,7 @@
>> static av_always_inline void bytestream_put_ ##name(uint8_t **b,
>> const unsigned int value){\
>> write(*b, value);\
>> (*b) += bytes;\
>> -};
>> +}
>
> could you please just apply such trivial fixes
Applied. And sorry.
> would it help if i flame you into non existence? if yes just say so
No :-)
I'll lower my threshold on what I consider trivial; until now
I only considered typos as being so.
With friendly regards,
Takis
More information about the ffmpeg-devel
mailing list