[FFmpeg-devel] [PATCH] Remove trailing semicolon

Michael Niedermayer michaelni
Thu Jun 14 22:04:04 CEST 2007


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

would it help if i flame you into non existence? if yes just say so

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070614/ca897f37/attachment.pgp>



More information about the ffmpeg-devel mailing list