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

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

From: Toralf Förster <toralf.foerster@xxxxxx>
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