]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.13121
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 11 Nov 2013 12:06:11 +0000 (05:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 11 Nov 2013 12:06:11 +0000 (05:06 -0700)
src/tests/SBufFindTest.cc

index fa6ba825855a8e29e45f5faa5ec9cb99f94a16d1..6bfd1d29156ec34b9fba63a7eb5e4bc934d04076 100644 (file)
@@ -20,7 +20,7 @@ SBufFindTest::SBufFindTest():
         thePlacement(placeEof),
         theStringPos(0),
         theBareNeedlePos(0),
-        theFindString(0)
+        theFindString(0),
         theFindSBuf(0),
         theReportFunc(),
         theReportNeedle(),