diff src/ui_pathsel.c @ 1002:3096a47232ec

Use gpointer instead of void *.
author zas_
date Tue, 26 Aug 2008 22:37:18 +0000
parents 50e1f5e54c1a
children 1646720364cf
line wrap: on
line diff
--- a/src/ui_pathsel.c	Tue Aug 26 22:30:40 2008 +0000
+++ b/src/ui_pathsel.c	Tue Aug 26 22:37:18 2008 +0000
@@ -145,7 +145,7 @@
 #define CASE_SORT strcmp
 #endif
 
-static gint dest_sort_cb(void *a, void *b)
+static gint dest_sort_cb(gpointer a, gpointer b)
 {
 	return CASE_SORT((gchar *)a, (gchar *)b);
 }