]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.13942
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 20 Feb 2015 11:56:13 +0000 (03:56 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 20 Feb 2015 11:56:13 +0000 (03:56 -0800)
src/base/RefCount.h

index e0c6926a28c4d6bfbe4d3f1c7513da75ccf8d696..32ef2db6751d536362b5562bf6f8d18fbd5c9f80 100644 (file)
@@ -58,7 +58,7 @@ public:
             p_ = std::move(p.p_);
             p.p_ = NULL;
         }
-        return *this
+        return *this;
     }
 
     bool operator !() const { return !p_; }