2003-06-19 Paul Jakma <paul@dishone.st>

	* ospfd/ospf_packet.c: Fix typos, extra squiggly bracket. Note to
	  self: in future make sure that when you test compile a change you
          actually have the relevant configure options enabled.
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c
index 595b379..e233ce0 100644
--- a/ospfd/ospf_packet.c
+++ b/ospfd/ospf_packet.c
@@ -1053,11 +1053,10 @@
        && (!CHECK_FLAG (dd->options, OSPF_OPTION_NP)) )
     {
       if (IS_DEBUG_OSPF_EVENT) 
-        zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options");
+        zlog_notice ("Packet[DD]: Neighbour %s: Has NSSA capability, sends with N bit clear in DD options",
                     inet_ntoa (nbr->router_id) );
       SET_FLAG (dd->options, OSPF_OPTION_NP);
     }
-  }
 #endif /* HAVE_NSSA */
 
 #ifdef REJECT_IF_TBIT_ON