some dead code, old things, fix idna *again*
[apps/madmutt.git] / sort.c
diff --git a/sort.c b/sort.c
index 6b6d737..9798823 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -90,7 +90,7 @@ int compare_subject (const void *a, const void *b)
 
 const char *mutt_get_name (address_t * a)
 {
-  address_t *ali;
+  const address_t *ali;
   const char *name = "";
 
   if (a) {