diff src/prefs.c @ 5451:e1cc0c67e123

[gaim-migrate @ 5839] some compile cleanups, and more importantly, the rest of that tobase16 fix that I forgot about committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 20 May 2003 01:31:56 +0000
parents dec7e222a68b
children 156e65ca910f
line wrap: on
line diff
--- a/src/prefs.c	Tue May 20 00:45:35 2003 +0000
+++ b/src/prefs.c	Tue May 20 01:31:56 2003 +0000
@@ -288,7 +288,7 @@
 	}
 }
 
-void gaim_prefs_set_string(const char *name, char *value) {
+void gaim_prefs_set_string(const char *name, const char *value) {
 	struct gaim_pref *pref = find_pref(name);
 
 	g_return_if_fail(pref != NULL);