diff src/util.c @ 10332:8d42237564f6

[gaim-migrate @ 11539] Two util functions were only half-const committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Dec 2004 01:08:14 +0000
parents 357d4fa1bfbe
children 618a330c0260
line wrap: on
line diff
--- a/src/util.c	Thu Dec 09 00:44:58 2004 +0000
+++ b/src/util.c	Thu Dec 09 01:08:14 2004 +0000
@@ -1861,7 +1861,7 @@
 
 /* returns a string of the form ~/.gaim, where ~ is replaced by the user's home
  * dir. Note that there is no trailing slash after .gaim. */
-char *
+const char *
 gaim_user_dir(void)
 {
 	if (custom_home_dir != NULL && strlen(custom_home_dir) > 0) {