]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/malloc.c
malloc: Add ChangeLog for accidentally committed change
[thirdparty/glibc.git] / malloc / malloc.c
index 47795601c87513912a73b14576e30bff2f50de55..67cdfd0ad2f003964cd0f7dfe3bcd85ca98528a7 100644 (file)
@@ -3730,7 +3730,7 @@ _int_malloc (mstate av, size_t bytes)
           if (__glibc_unlikely (bck->fd != victim)
               || __glibc_unlikely (victim->fd != unsorted_chunks (av)))
             malloc_printerr ("malloc(): unsorted double linked list corrupted");
-          if (__glibc_unlikely (prev_inuse(next)))
+          if (__glibc_unlikely (prev_inuse (next)))
             malloc_printerr ("malloc(): invalid next->prev_inuse (unsorted)");
 
           /*