diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-27 19:06:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 19:06:25 +0200 |
| commit | 900337f1e38adf579f56c290de5630aab0e3b358 (patch) | |
| tree | e6354275c8b7d38d5cbdb1c74629278e5b11b9f0 /fluid | |
| parent | 4b5985eb49e057aa69b8ba4e91d0ad11e1cc87ff (diff) | |
FLUID: Fixes compile error.
Diffstat (limited to 'fluid')
| -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")) { |
