Fix code review comments.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1086 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
perkj@webrtc.org 2011-12-02 09:34:10 +00:00
parent d3eac4158c
commit 38ca4f2953

View File

@ -39,7 +39,7 @@
#endif // defined(_DEBUG) && defined(_WIN32)
namespace webrtc {
const WebRtc_Word8 RTPFILE_VERSION [] = "1.0";
const WebRtc_Word8 RTPFILE_VERSION[] = "1.0";
const WebRtc_UWord32 MAX_UWORD32 = 0xffffffff;
// This stucture is specified in the rtpdump documentation.