From 900337f1e38adf579f56c290de5630aab0e3b358 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 27 Oct 2023 19:06:25 +0200 Subject: [PATCH] FLUID: Fixes compile error. --- fluid/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {