Fix build

Was getting this error:

main.c:785:13: error: ‘gtk_demos’ undeclared (first use in this function)
main.c:785:13: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘main’:
This commit is contained in:
Alexander Larsson 2012-01-16 13:58:23 +01:00
parent cf172a5873
commit 84883ccf7c

View File

@ -116,7 +116,7 @@ if (defined @child_arrays) {
}
# toplevel
print "\nDemo testgtk_demos[] = {\n";
print "\nDemo gtk_demos[] = {\n";
$first = 1;
foreach $href (@demos) {