commsfwutils/commsbufs/src/systemsharedbufs.cpp
branchGCC_SURGE
changeset 54 64e1813db64f
parent 0 dfb7c4ff071f
--- a/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Tue Jun 15 11:42:56 2010 +0100
+++ b/commsfwutils/commsbufs/src/systemsharedbufs.cpp	Tue Jun 15 12:13:42 2010 +0100
@@ -28,8 +28,8 @@
     // We take the freelist count as 50% of the ceiling size.
     const TInt KFreeListCount = aCreateInfo.iCeiling / 2; 
     self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize, KFreeListCount);
-#elif
-    self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize);
+#else 
+ self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize);
 #endif // SYMBIAN_ZEROCOPY_BUF_FREELIST
     if(self)
         {