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 <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to