FLUID: Fixes compile error.
This commit is contained in:
parent
4b5985eb49
commit
900337f1e3
@ -245,7 +245,7 @@ Fl_Type *Fd_Project_Reader::read_children(Fl_Type *p, int merge, Strategy strate
|
||||
// this is the first word in a .fd file:
|
||||
if (!strcmp(c,"Magic:")) {
|
||||
read_fdesign();
|
||||
return;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (!strcmp(c,"version")) {
|
||||
|
Loading…
Reference in New Issue
Block a user