]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rsvp.c
Fixtypo.
[tcpdump] / print-rsvp.c
index 12b51f27f46d35a0aa94944dc36e1a72beeb08aa..38f6ef70e92cdeadd90a2c58034989772d46891b 100644 (file)
 /* specification: RFC 2205 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include "netdissect.h"
 #include "extract.h"
@@ -1084,7 +1084,7 @@ rsvp_obj_print(netdissect_options *ndo,
                     if (obj_tlen < length) {
                         ND_PRINT("%s  ERROR: ERO subobject length > object length", indent);
                         break;
-                    };
+                    }
 
                     if (length == 0) { /* prevent infinite loops */
                         ND_PRINT("%s  ERROR: zero length ERO subtype", indent);