Wireshark-commits: [Wireshark-commits] master 3d730f8: nstime: make declaration arg order match def

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Mar 2020 09:55:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3d730f84fe42d7dc78af3f8313917cacb028c3b0
Submitter: "Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3d730f8 by Martin Mathieson (martin.mathieson@xxxxxxxxxxxx):

    nstime: make declaration arg order match definition
    
    wsutil/nstime.c:116: warning: Function 'nstime_sum' argument order different: declaration 'sum, b, a' definition 'sum, a, b'
    Most likely copy/paste error from nstime_delta() above where that order makes sense.
    
    Change-Id: Icea52b21781ebc09b2b80acdb34d61a28eb1e498
    Reviewed-on: https://code.wireshark.org/review/36562
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  5fbe2e4   GTPv2: Dissect  IE 8.106 Node Number
     add  3d730f8   nstime: make declaration arg order match definition


Summary of changes:
 wsutil/nstime.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)