From 70bd2c97b3a77f3a330fb16cce141362a0841c46 Mon Sep 17 00:00:00 2001 From: vulcan-action Date: Tue, 31 May 2022 01:42:00 +0000 Subject: [PATCH] Committed the automatically generated patch --- example.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/example.c b/example.c index cc20bf90..4be51137 100644 --- a/example.c +++ b/example.c @@ -11,9 +11,10 @@ int mid(int x, int y, int z){ } else { if (x > y) { ret = y; - } else if (x > z) { + } else { ret = x; +if (x > z) { printf("fix here\n"); } - } + }} return ret; -} \ No newline at end of file +}