From 2dd7add4fc534f9d77faddb04238671bf69f029f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 28 Feb 2016 06:58:10 +0000
Subject: [PATCH] missing return val

---
 Common/GmshMessage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp
index d9283f963e..d700ef9e09 100644
--- a/Common/GmshMessage.cpp
+++ b/Common/GmshMessage.cpp
@@ -911,8 +911,8 @@ std::string Msg::GetOnelabAction()
     _onelabClient->get(ps, _onelabClient->getName() + "/Action");
     if(ps.size()) return ps[0].getValue();
   }
-  return "";
 #endif
+  return "";
 }
 
 void Msg::LoadOnelabClient(const std::string &clientName, const std::string &sockName)
-- 
GitLab