Wireshark mailing list archives

typo in ./ui/gtk/tcp_graph.c


From: Toralf Förster <toralf.foerster () gmx de>
Date: Tue, 24 Apr 2012 13:09:03 +0200

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 () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: