aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/mmcli-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c
index 600939ae..57a43a6a 100644
--- a/cli/mmcli-common.c
+++ b/cli/mmcli-common.c
@@ -1146,5 +1146,5 @@ mmcli_prefix_newlines (const gchar *prefix,
return (prefixed_string ?
g_string_free (prefixed_string, FALSE) :
- NULL);
+ g_strdup (str));
}