From: hyc Date: Thu, 25 Mar 2010 03:14:34 +0000 (+0000) Subject: Cleanup prev X-Git-Tag: v2.4~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7ea780a869b66f86b6cf303b0b5a7c5dfcda87f;p=rtmpdump Cleanup prev git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@399 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/rtmpgw.c b/rtmpgw.c index 0a67c21..ddee68d 100644 --- a/rtmpgw.c +++ b/rtmpgw.c @@ -448,7 +448,7 @@ void processTCPrequest(STREAMING_SERVER * server, // server socket and state (ou if (!ParseOption(ich, arg, &req)) { - status = "400 unrecognized option"; + status = "400 unknown option"; goto filenotfound; } }