Dne 11.9.2010 17:51, Arnaud Lacombe napsal(a): > QDesktopWidget *d = configApp->desktop(); > - snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration%s"), > - getenv("KERNELVERSION"), > + snprintf(title, sizeof(title), "%s%s"), ^ The closing paren should not be there. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html