From c59eafcbc1fb62bb0c0b9148f2b328edf6600600 Mon Sep 17 00:00:00 2001 From: Mradul Krishna <60545418+Mradul-Hub@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:08:07 +0530 Subject: [PATCH] Update testReplaceExisting.c --- tests/testReplaceExisting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testReplaceExisting.c b/tests/testReplaceExisting.c index ee3cae0..aaf6005 100644 --- a/tests/testReplaceExisting.c +++ b/tests/testReplaceExisting.c @@ -73,6 +73,6 @@ int main(int argc, char **argv) } json_object_put(my_object); - +getch(); return retval; }