]> granicus.if.org Git - rtmpdump/commitdiff
whitespace cleanup
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 21 Apr 2010 02:26:00 +0000 (02:26 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 21 Apr 2010 02:26:00 +0000 (02:26 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@441 400ebc74-4327-4243-bc38-086b20814532

librtmp/rtmp.c

index 46be3c350a9d78701d81e25d43f0739fee2e3bad..8f94dffab280a8c342a2022324a6b6e7a2e505de 100644 (file)
@@ -3818,7 +3818,7 @@ Read_1_Packet(RTMP *r, char *buf, int buflen)
 
              if (delta)
                {
-                 nTimeStamp += delta;
+                 nTimeStamp += delta;
                  AMF_EncodeInt24(ptr+pos+4, pend, nTimeStamp);
                  ptr[pos+7] = nTimeStamp>>24;
                }