aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index c3468a16..5f7854f5 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -528,8 +528,8 @@ int main(int argc, char **argv) {
528 if (!quiet) { 528 if (!quiet) {
529 sway_log(SWAY_ERROR, "failed to parse payload as json: %s", 529 sway_log(SWAY_ERROR, "failed to parse payload as json: %s",
530 json_tokener_error_desc(err)); 530 json_tokener_error_desc(err));
531 ret = 1;
532 } 531 }
532 ret = 1;
533 break; 533 break;
534 } else if (quiet) { 534 } else if (quiet) {
535 json_object_put(obj); 535 json_object_put(obj);