Commit 91a2974e authored by Panagiotis Issaris's avatar Panagiotis Issaris

Remove unneeded semicolon.

Originally committed as revision 9316 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d111e41f
......@@ -30,7 +30,7 @@ static av_always_inline unsigned int bytestream_get_ ## name(uint8_t **b){\
static av_always_inline void bytestream_put_ ##name(uint8_t **b, const unsigned int value){\
write(*b, value);\
(*b) += bytes;\
};
}
DEF(le32, 4, AV_RL32, AV_WL32)
DEF(le24, 3, AV_RL24, AV_WL24)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment