Skip to content

Commit 8b44986

Browse files
committed
Coverity CID 468108
Repeated constant WAVE_FORMAT_MULAW in conditional
1 parent 621920e commit 8b44986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sesman/chansrv/audin.c

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ audin_wave_format_tag_to_str(int tag)
103103
(tag == WAVE_FORMAT_ADPCM) ? "WAVE_FORMAT_ADPCM" :
104104
(tag == WAVE_FORMAT_ALAW) ? "WAVE_FORMAT_ALAW" :
105105
(tag == WAVE_FORMAT_MULAW) ? "WAVE_FORMAT_MULAW" :
106-
(tag == WAVE_FORMAT_MULAW) ? "WAVE_FORMAT_MULAW" :
107106
(tag == WAVE_FORMAT_MPEGLAYER3) ? "WAVE_FORMAT_MPEGLAYER3" :
108107
(tag == WAVE_FORMAT_OPUS) ? "WAVE_FORMAT_OPUS" :
109108
(tag == WAVE_FORMAT_AAC) ? "WAVE_FORMAT_AAC" :

0 commit comments

Comments
 (0)