From 7b0678b54e82e7bfe39fc3ee00b13f01d760a8e6 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 20 Sep 2012 09:38:00 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@5374 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/LayDes/laywin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/LayDes/laywin.cpp b/uppsrc/ide/LayDes/laywin.cpp index de5433801..4be89f1a4 100644 --- a/uppsrc/ide/LayDes/laywin.cpp +++ b/uppsrc/ide/LayDes/laywin.cpp @@ -357,7 +357,7 @@ struct LayDesModule : public IdeModule { LayDesigner *d = CreateLayDesigner(path, cs, "laydes-ctrl"); return d; } - return false; + return NULL; } virtual void Serialize(Stream& s) { int version = 0;