parsing this code
function() { gchar *try[] = { "Dude", "Hi, I'm a string", "tüüüt!" }; ...
gives: xxx.c:389:3: Possible miss of ';'
Log in to post a comment.