]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
NTP: Run one test with -v and another without.
[tcpdump] / print.c
diff --git a/print.c b/print.c
index 15468d6f7b30b4e6f896580980c024a5aa2309fd..20d8ab51e2e49a4cf474f75efbaff17375747b78 100644 (file)
--- a/print.c
+++ b/print.c
@@ -226,9 +226,9 @@ static const struct printer printers[] = {
 static void    ndo_default_print(netdissect_options *ndo, const u_char *bp,
                    u_int length);
 
-static void    ndo_error(netdissect_options *ndo,
-                   FORMAT_STRING(const char *fmt), ...)
-                   NORETURN PRINTFLIKE(2, 3);
+static void NORETURN ndo_error(netdissect_options *ndo,
+                    FORMAT_STRING(const char *fmt), ...)
+                    PRINTFLIKE(2, 3);
 static void    ndo_warning(netdissect_options *ndo,
                    FORMAT_STRING(const char *fmt), ...)
                    PRINTFLIKE(2, 3);