memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h
changeset 17 67c6ff54ec25
parent 15 ccab7f1f8266
child 30 86a2e675b80a
--- a/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h	Mon May 03 13:58:41 2010 +0300
+++ b/memspy/memspy_plat/memspy_api/include/memspy/driver/shared/MemSpyDriverObjectsSharedRHeap.h	Fri May 14 17:25:03 2010 +0300
@@ -92,7 +92,7 @@
 	TInt iMinCell;
 	TInt iPageSize;
 #ifdef __SYMBIAN_KERNEL_HYBRID_HEAP__
-	struct SCell { TInt len; SCell* next };
+	struct SCell { TInt len; SCell* next; };
     SCell iFree;
 #else
     RHeap::SCell iFree;