toolsandutils/e32tools/compress/byte_pair.cpp
branchRCL_3
changeset 1 d4b442d23379
parent 0 83f4b4db085c
child 2 99082257a271
--- a/toolsandutils/e32tools/compress/byte_pair.cpp	Tue Feb 02 01:39:43 2010 +0200
+++ b/toolsandutils/e32tools/compress/byte_pair.cpp	Fri Feb 19 23:57:18 2010 +0200
@@ -1,7 +1,7 @@
 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
+// under the terms of the License "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -174,7 +174,7 @@
 
         inEnd = in+size;
         outStart = out;
-        //
+        ////////////////
         TInt lastPair = -1;
         TInt b, bb[2], p;
         TInt jj = 0;
@@ -262,7 +262,7 @@
                 }
             }
         }
-        //
+        ////////////////
         ASSERT(!byteCount);
         ASSERT(!pairCount);
         size = out-outStart;