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