aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index a0ef7e3d..65cc4bbb 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -493,6 +493,7 @@ int main(int argc, char **argv) {
493 printf("%s\n", json_object_to_json_string_ext(obj, 493 printf("%s\n", json_object_to_json_string_ext(obj,
494 JSON_C_TO_STRING_PRETTY | JSON_C_TO_STRING_SPACED)); 494 JSON_C_TO_STRING_PRETTY | JSON_C_TO_STRING_SPACED));
495 } 495 }
496 fflush(stdout);
496 json_object_put(obj); 497 json_object_put(obj);
497 } 498 }
498 499