summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/network.c')
-rw-r--r--libmpdemux/network.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libmpdemux/network.c b/libmpdemux/network.c
index 2f71facfa6..91a55cb741 100644
--- a/libmpdemux/network.c
+++ b/libmpdemux/network.c
@@ -426,11 +426,10 @@ extension=NULL;
return 0;
}
}
- // Not found in the mime type table, don't fail,
- // we should try raw HTTP
- return 0;
}
- break;
+ // Not found in the mime type table, don't fail,
+ // we should try raw HTTP
+ return 0;
// Redirect
case 301: // Permanently
case 302: // Temporarily