From fa4b3d7b0c37777e489ce78a081e5987d2690d38 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:16:21 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index cb3e2c7..d2316da 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -716,7 +716,7 @@ public class Strip : GLib.Object { } if (need_return == -1) { - return ''; + return ""; } var rs = mysql.use_result(); -- 2.39.2