ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master a1ec669: Clean up printf() argument list.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 08:58:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1ec6693eb129d7d43ca5edf5e9b74a0e997d5df
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a1ec669 by Guy Harris (guy@xxxxxxxxxxxx):

    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@xxxxxxxxxxxx>
    

Actions performed:

    from  35c4721   Get rid of an extra blank line.
    adds  a1ec669   Clean up printf() argument list.


Summary of changes:
 dumpcap.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)