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

Wireshark-dev: Re: [Wireshark-dev] typo in ./ui/gtk/tcp_graph.c

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 24 Apr 2012 16:49:23 +0200
Fixed in revision 42222. 

-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Toralf Förster
Sent: den 24 april 2012 13:09
To: wireshark-dev@xxxxxxxxxxxxx
Subject: [Wireshark-dev] typo in ./ui/gtk/tcp_graph.c

Within 

#if GTK_CHECK_VERSION(3,0,0)
                g_object_unref(cursor)
#else

there should be leading ";"
eg.:

#if GTK_CHECK_VERSION(3,0,0)
                g_object_unref(cursor);
#else


(lines 632 and 1538) , or ?

--
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 ___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe