From bc10926b5a88c1911c282e63576cac4e7f5e0999 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 31 Jan 2009 00:28:27 +0000
Subject: [PATCH] missing return statement

---
 Plugin/GSHHS.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Plugin/GSHHS.cpp b/Plugin/GSHHS.cpp
index 1bec55d542..76fbf58ab0 100644
--- a/Plugin/GSHHS.cpp
+++ b/Plugin/GSHHS.cpp
@@ -51,7 +51,7 @@ class GMSH_GSHHSPlugin:public GMSH_Post_Plugin
       }
     };
     class reader_gshhs:public reader{
-      /*	$Id: GSHHS.cpp,v 1.26 2009-01-31 00:26:36 geuzaine Exp $
+      /*	$Id: GSHHS.cpp,v 1.27 2009-01-31 00:28:27 geuzaine Exp $
        *
        * Include file defining structures used in gshhs.c
        *
@@ -716,6 +716,7 @@ class GMSH_GSHHSPlugin:public GMSH_Post_Plugin
         if(!merged)
           i++;
       }
+      return true;
     }
     class GeoEarthImport
     {
-- 
GitLab