aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/piesctl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index c8a25b6..a99de43 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -2190,8 +2190,10 @@ conf_file_del (struct cmdline_parser_state *state)
{
if (json_object_get_type (conn->result, "error_message",
json_string, &val) == 0)
- fputs (val->v.s, stderr);
- fputc ('\n', stderr);
+ {
+ fputs (val->v.s, stderr);
+ fputc ('\n', stderr);
+ }
if (json_object_get_type (conn->result, "result", json_arr, &val) == 0)
{
size_t i, n = json_array_size (val);

Return to:

Send suggestions and report system problems to the System administrator.