summaryrefslogtreecommitdiff
path: root/src/splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/splash.c')
-rw-r--r--src/splash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splash.c b/src/splash.c
index 65094f2..ff08de0 100644
--- a/src/splash.c
+++ b/src/splash.c
@@ -58,12 +58,12 @@ oregano_splash_new ()
OREGANO_GLADEDIR "/splash.glade", OREGANO_GLADEDIR "/splash.xpm");
oregano_error_with_title (_("Could not create textbox properties dialog"), msg);
g_free (msg);
- return;
+ return NULL;
}
gui = glade_xml_new (OREGANO_GLADEDIR "/splash.glade", NULL, NULL);
if (!gui) {
oregano_error (_("Could not create textbox properties dialog"));
- return;
+ return NULL;
}
sp = g_new0 (Splash, 1);