Clean up printf() argument list.
authorGuy Harris <guy@alum.mit.edu>
Thu, 3 Jul 2014 08:57:50 +0000 (01:57 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 3 Jul 2014 08:58:22 +0000 (08:58 +0000)
commita1ec6693eb129d7d43ca5edf5e9b74a0e997d5df
treea75356902be7a2e742664e26fbc73401b41eb378
parent35c47214e9544de58a5de442d39104bb4e609a5d
Clean up printf() argument list.

Splitting %s from \n makes it clearer that the %s's in question take
arguments that already include a newline, and that the subsequent \n
adds a blank line.

Change-Id: I5bac8ca80b42f7de980ad29480042cae3166ff7e
Reviewed-on: https://code.wireshark.org/review/2797
Reviewed-by: Guy Harris <guy@alum.mit.edu>
dumpcap.c