[bgpd] Fix typo in previous commit to bgp_main.c
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c
index fee7f37..e6d34af 100644
--- a/bgpd/bgp_main.c
+++ b/bgpd/bgp_main.c
@@ -322,7 +322,7 @@
   /* Print banner. */
   zlog_notice ("BGPd %s starting: vty@%d, bgp@%s:%d", QUAGGA_VERSION,
 	       vty_port, 
-	       (bm->address ? bm->address : "<all>", 
+	       (bm->address ? bm->address : "<all>"),
 	       bm->port);
 
   /* Start finite state machine, here we go! */