Fix double-free when creating more than one block in JIT debug info reader
[deliverable/binutils-gdb.git] / libiberty / memmove.c
index 06a24fc268851ebada95c4af53b0d1b89f84ee7a..ebda7cbb41caa9d0814658115c299e1d6874e517 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, size_t @var{count})
+@deftypefn Supplemental void* memmove (void *@var{from}, const void *@var{to}, @
+  size_t @var{count})
 
 Copies @var{count} bytes from memory area @var{from} to memory area
 @var{to}, returning a pointer to @var{to}.
This page took 0.033967 seconds and 4 git commands to generate.