Removed superflous code.
[deliverable/binutils-gdb.git] / gdb / gdbtk.c
index c59821f992a98fa6c28a5aec73278d1d717cbef1..d1760a62b7217783c9f6fb5dd3a1821cfe864f0a 100644 (file)
@@ -339,7 +339,7 @@ gdbtk_init ( argv0 )
     return;
 #endif
 
-  old_chain = make_cleanup (cleanup_init, 0);
+  old_chain = make_cleanup ((make_cleanup_func) cleanup_init, 0);
 
   /* First init tcl and tk. */
   Tcl_FindExecutable (argv0); 
This page took 0.025966 seconds and 4 git commands to generate.