[xiph-commits] r12713 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Mar 10 14:44:05 PST 2007
Author: moritz
Date: 2007-03-10 14:44:02 -0800 (Sat, 10 Mar 2007)
New Revision: 12713
Modified:
trunk/ezstream/src/metadata.c
Log:
Remove unreachable statement.
Modified: trunk/ezstream/src/metadata.c
===================================================================
--- trunk/ezstream/src/metadata.c 2007-03-10 21:23:15 UTC (rev 12712)
+++ trunk/ezstream/src/metadata.c 2007-03-10 22:44:02 UTC (rev 12713)
@@ -465,7 +465,6 @@
return (0);
else
return (1);
- break;
case METADATA_STRING:
strlcpy(command, md->filename, sizeof(command));
if (md->string != NULL)
More information about the commits
mailing list