diff --git a/src/modules/utility/source/rtp_dump_impl.cc b/src/modules/utility/source/rtp_dump_impl.cc index 938ab68f44..14fdeb1948 100644 --- a/src/modules/utility/source/rtp_dump_impl.cc +++ b/src/modules/utility/source/rtp_dump_impl.cc @@ -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.