mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
typo: add missing \ in multi-line macro
Originally committed as revision 12466 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e6b790f9e7
commit
5550eba88d
@ -30,8 +30,8 @@
|
||||
|
||||
/* signed 16x16 -> 32 multiply */
|
||||
# define MUL16(ra, rb) \
|
||||
({ int __rt;
|
||||
asm ("mullhw %0, %1, %2" : "=r" (__rt) : "r" (ra), "r" (rb));
|
||||
({ int __rt; \
|
||||
asm ("mullhw %0, %1, %2" : "=r" (__rt) : "r" (ra), "r" (rb)); \
|
||||
__rt; })
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user