Add some more casts (1/2)
[deliverable/binutils-gdb.git] / gdb / common / format.c
index 52c6b81d052070ff7bdb721b8b232d3aac81be12..65c1fb45512c5932ef743f1244fecc977fddfc3e 100644 (file)
@@ -381,7 +381,7 @@ free_format_pieces (struct format_piece *pieces)
 void
 free_format_pieces_cleanup (void *ptr)
 {
-  void **location = ptr;
+  struct format_piece **location = (struct format_piece **) ptr;
 
   if (location == NULL)
     return;
This page took 0.032359 seconds and 4 git commands to generate.