summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xencapstest.c')
-rw-r--r--tests/xencapstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xencapstest.c b/tests/xencapstest.c
index 321f38a83..387e278c2 100644
--- a/tests/xencapstest.c
+++ b/tests/xencapstest.c
@@ -210,7 +210,7 @@ mymain(void)
ret = -1;
- return(ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
+ return ret==0 ? EXIT_SUCCESS : EXIT_FAILURE;
}
VIRT_TEST_MAIN(mymain)