diff options
| -rw-r--r-- | fluid/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/file.cxx b/fluid/file.cxx index d531beb15..96206b39e 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -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")) { |
