common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / solib-dsbt.c
index 102b41abb2896771d28b2a09e2b03ded612f6eb1..3218bbec6358f2238f4d065fc8da694ae1dd1735 100644 (file)
@@ -175,7 +175,8 @@ get_dsbt_info (void)
 {
   struct dsbt_info *info;
 
-  info = program_space_data (current_program_space, solib_dsbt_pspace_data);
+  info = (struct dsbt_info *) program_space_data (current_program_space,
+                                                 solib_dsbt_pspace_data);
   if (info != NULL)
     return info;
 
This page took 0.024431 seconds and 4 git commands to generate.