FLUID: Fixes compile error.

This commit is contained in:
Matthias Melcher 2023-10-27 19:06:25 +02:00 committed by GitHub
parent 4b5985eb49
commit 900337f1e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")) {