diff src/util.c @ 1949:3397860c22e9

[gaim-migrate @ 1959] more gtk2 stuff. this doesn't actually fix anything though. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 01 Jun 2001 23:56:52 +0000
parents 4e93ea84f7dd
children 24aed1c31342
line wrap: on
line diff
--- a/src/util.c	Fri Jun 01 23:48:29 2001 +0000
+++ b/src/util.c	Fri Jun 01 23:56:52 2001 +0000
@@ -1240,7 +1240,7 @@
 }
 
 
-int file_is_dir(char *path, GtkWidget *w)
+int file_is_dir(const char *path, GtkWidget *w)
 {
 	struct stat st;
 	char *name;