summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper-fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper-fns.h b/src/helper-fns.h
index 95de4a1b0..699fbbe11 100644
--- a/src/helper-fns.h
+++ b/src/helper-fns.h
@@ -107,6 +107,7 @@ inline std::vector<gdouble> helperfns_read_vector(const gchar* value){
// We could leave this out, too. If strtod can't convert
// anything, it will return zero.
ret = 0;
+ break;
}
v.push_back(ret);