1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00

Remove unreachable statement.

git-svn-id: https://svn.xiph.org/trunk/ezstream@12713 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-03-10 22:44:02 +00:00
parent 1d4426e834
commit a25656392e

View File

@ -465,7 +465,6 @@ metadata_program_update(metadata_t *md, enum metadata_request md_req)
return (0);
else
return (1);
break;
case METADATA_STRING:
strlcpy(command, md->filename, sizeof(command));
if (md->string != NULL)