Removed support for testing with dmalloc (valgrind is better...).
[gedcom-parse.git] / gom / user_rec.c
index 7c05d15664560c194e77677797446c99e0a767de..b34e20debe81001d4794d4a5218f98c015f847d9 100644 (file)
@@ -241,7 +241,7 @@ struct user_rec* gom_get_first_user_rec()
   return gom_first_user_rec;
 }
 
-struct user_rec* make_user_record(char* xrefstr)
+struct user_rec* make_user_record(const char* xrefstr)
 {
   struct user_rec* rec = NULL;
   MAKE_CHAIN_ELT(user_rec, gom_first_user_rec, rec);