Commit b5f3ef1e authored by wangyao02's avatar wangyao02

- fix typo in rtmp_protocol.h

parent 45030c4b
......@@ -560,7 +560,7 @@ void SerializeRtmpRequest(butil::IOBuf* buf,
Controller* cntl,
const google::protobuf::Message* request);
// ============== inlien impl. =================
// ============== inline impl. =================
// TODO(gejun): impl. do not work for big-endian machines.
inline uint8_t Read1Byte(const void* void_buf) {
return *(const char*)void_buf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment