From 863dddde09ba9d85349ae683fc7b2dbe9b73c940 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 8 Jun 2015 17:43:28 +0800 Subject: [PATCH] fix typo of code. --- trunk/src/app/srs_app_conn.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/app/srs_app_conn.hpp b/trunk/src/app/srs_app_conn.hpp index e9426c395..d5130bf71 100644 --- a/trunk/src/app/srs_app_conn.hpp +++ b/trunk/src/app/srs_app_conn.hpp @@ -86,7 +86,7 @@ protected: /** * whether the connection is disposed, * when disposed, connection should stop cycle and cleanup itself. - */; + */ bool disposed; public: SrsConnection(IConnectionManager* cm, st_netfd_t c);