Skip to content
Snippets Groups Projects
Commit c11a6a35 authored by edgrif's avatar edgrif
Browse files

fix compiler warnings

parent c177b888
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Feb 11 18:41 2009 (rds)
* Last edited: Apr 20 09:58 2009 (edgrif)
* Created: Fri Aug 12 16:53:21 2005 (edgrif)
* CVS info: $Id: zmapWindowSearch.c,v 1.38 2009-02-11 18:43:09 rds Exp $
* CVS info: $Id: zmapWindowSearch.c,v 1.39 2009-04-24 10:39:37 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -826,9 +826,9 @@ static void searchCB(GtkWidget *widget, gpointer cb_data)
zmapWindowListWindow(search_data->window, NULL, title,
search_data->get_hash_func,
search_data->get_hash_data,
zmapWindowFToISetSearchPerform,
(ZMapWindowListSearchHashFunc)zmapWindowFToISetSearchPerform,
search_set_data,
zmapWindowFToISetSearchDestroy,
(GDestroyNotify)zmapWindowFToISetSearchDestroy,
zoom_to_item);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment