--- a/commsfwutils/commsbufs/src/systemsharedbufs.cpp Sun Mar 14 13:14:18 2010 +0000
+++ b/commsfwutils/commsbufs/src/systemsharedbufs.cpp Sun Mar 28 22:44:33 2010 +0900
@@ -28,7 +28,7 @@
// 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
+#else
self = new CSystemSharedBufPool(aPondIntf, aCreateInfo.iBufSize);
#endif // SYMBIAN_ZEROCOPY_BUF_FREELIST
if(self)