mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
mpeg: Fix pedantic warning
ISO C does not allow extra ';' outside of a function [-Wpedantic].
This commit is contained in:
parent
e46c4b9eb2
commit
d948e9b13a
@ -40,7 +40,7 @@ mpeg_write_header (SF_PRIVATE *psf, int UNUSED (calc_length))
|
||||
return 0 ;
|
||||
|
||||
return mpeg_l3_encoder_write_id3tag (psf) ;
|
||||
} ;
|
||||
}
|
||||
|
||||
static int
|
||||
mpeg_command (SF_PRIVATE *psf, int command, void *data, int datasize)
|
||||
|
Loading…
Reference in New Issue
Block a user