Wireshark-commits: [Wireshark-commits] master-2.2 b4e7dda: Fix function declaration of ws_buffer_le
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 May 2018 02:27:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4e7dda3f97fcec6aab54f37a1dc620588fc748a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

b4e7dda by Guy Harris (guy@xxxxxxxxxxxx):

    Fix function declaration of ws_buffer_length().
    
    This makes it match 1) the way the function is defined, if it is defined
    and 2) the type returned if it's a macro, not a function.
    
    Change-Id: I708a44d2d20f44e58d6ae0228a11e622e7648022
    Reviewed-on: https://code.wireshark.org/review/27320
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 0d9a7455a6c35b3573086bb53e790b3936c05063)
    Reviewed-on: https://code.wireshark.org/review/27323
    

Actions performed:

    from  75cbe82   Windows: Fix our WinSparkle version.
    adds  b4e7dda   Fix function declaration of ws_buffer_length().


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