OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / library / container / fixmemheap / fixmemheap_alloc.c
index f54df32..2f914ed 100755 (executable)
@@ -30,7 +30,7 @@ void *FixMemHeap_Alloc(void *pMemHeap, MEMSIZE Size)
        }
        
        /* サイズチェック */     
-       if ( Size > self->BlkSize)
+       if ( Size > self->BlkSize )
        {
                return NULL;
        }