Moody patch fixing compilation warnings
[apps/madmutt.git] / handler.c
index 1c5d6fa..9ab5231 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -772,7 +772,7 @@ static int alternative_handler (BODY * a, STATE * s)
 {
   BODY *choice = NULL;
   BODY *b;
-  LIST *t;
+  string_list_t *t;
   char buf[STRING];
   int type = 0;
   int mustfree = 0;