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:
@ -116,7 +116,7 @@ if (defined @child_arrays) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# toplevel
|
# toplevel
|
||||||
print "\nDemo testgtk_demos[] = {\n";
|
print "\nDemo gtk_demos[] = {\n";
|
||||||
|
|
||||||
$first = 1;
|
$first = 1;
|
||||||
foreach $href (@demos) {
|
foreach $href (@demos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user