* --pedantic cleanup.
[citadel.git] / webcit / smtpqueue.c
index ca17b24e1fcb6dfb2a265b531edd6de07ec7e0c5..dd2003c7e29b180a60c9bd77ea141403d68192fc 100644 (file)
@@ -83,10 +83,10 @@ void display_queue_msg(long msgnum)
                        }
 
                        if (!strcasecmp(keyword, "bounceto")) {
+                               char *atsign;
                                extract_token(sender, buf, 1, '|', sizeof sender);
 
                                /* Strip off local hostname if it's our own */
-                               char *atsign;
                                atsign = strchr(sender, '@');
                                if (atsign != NULL) {
                                        ++atsign;