Skip to content

Commit

Permalink
Cosmetics in ngs_realloc()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Sher committed Dec 21, 2021
1 parent 2f97eb6 commit a1d72dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ void *ngs_malloc_atomic(size_t size) {

}
void *ngs_realloc(void *ptr, size_t size) {
int i;
if(ngs_use_stupid_malloc) {
if(ptr == NULL) {
return ngs_malloc(size);
Expand Down

0 comments on commit a1d72dd

Please sign in to comment.