Removed redundant return statement
This commit is contained in:
@@ -66,5 +66,4 @@ void *__crt_heap_extend(size_t sz)
|
|||||||
heap_end += sz;
|
heap_end += sz;
|
||||||
|
|
||||||
return out;
|
return out;
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user