]> granicus.if.org Git - rtmpdump/commitdiff
Whitespace in prev commit
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 4 May 2010 21:09:42 +0000 (21:09 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 4 May 2010 21:09:42 +0000 (21:09 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@470 400ebc74-4327-4243-bc38-086b20814532

librtmp/rtmp.c

index f31070e8283d1a1f1745990415644c7e1ebf0f9b..8e04f7b732e439beb119d23c9301cf8c0d220683 100644 (file)
@@ -3505,7 +3505,7 @@ HTTP_read(RTMP *r, int fill)
         return -1;
       r->m_clientID.av_val[0] = '/';
       memcpy(r->m_clientID.av_val+1, ptr, hlen-1);
-         r->m_clientID.av_val[hlen] = 0;
+      r->m_clientID.av_val[hlen] = 0;
       r->m_sb.sb_size = 0;
     }
   else