Syntax error in m4macros/gtk-2.0.m4
- From: BugByteMan <bugbyteman yahoo com>
- To: gtk-devel-list gnome org
- Subject: Syntax error in m4macros/gtk-2.0.m4
- Date: Fri, 6 Nov 2009 15:06:57 -0800 (PST)
Hi.
git commit id 72b69e0094db5ac1f9bf38bea429b45bf2e449e3 introduced a syntax error.
Line 88 has mismatched parantheses:
fclose (fopen ("conf.gtktest", "w");
It should be:
fclose (fopen ("conf.gtktest", "w"));
Thanks,
BugByteMan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]