o Kill EoL whitespaces.

This commit is contained in:
Maxim Konovalov 2016-03-18 15:07:43 +00:00
parent f7fc5c9154
commit 61273736b3

View File

@ -794,7 +794,7 @@ main(int argc, char *const *argv)
#endif
if (sweepmax) {
if (sweepmin > sweepmax)
errx(EX_USAGE, "Maximum packet size must be no less than the minimum packet size");
errx(EX_USAGE,"Maximum packet size must be no less than the minimum packet size");
if (datalen != DEFDATALEN)
errx(EX_USAGE, "Packet size and ping sweep are mutually exclusive");