]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove a useless space
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 29 Jan 2019 20:39:41 +0000 (21:39 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 29 Jan 2019 20:39:41 +0000 (21:39 +0100)
print-forces.c

index 072c9389d938b3084298968aa7f4f0fe0586f2ac..5bef1f33c8a373e772ae7326b6b24c0087797051 100644 (file)
@@ -536,7 +536,7 @@ chk_op_type(netdissect_options *ndo,
                        }
                } else {
                        if (!(msk & omsk)) {
-                               ND_PRINT("Illegal DATA encoding for type 0x%x programmed %x got %x \n",
+                               ND_PRINT("Illegal DATA encoding for type 0x%x programmed %x got %x\n",
                                          type, omsk, msk);
                        }
                }