From 30c9945e0da19305ebad88a2835653ff4f409313 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 09:53:21 -0400 Subject: Documentation update --- include/junitxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/junitxml.h') diff --git a/include/junitxml.h b/include/junitxml.h index 290ce6f..2d94eb8 100644 --- a/include/junitxml.h +++ b/include/junitxml.h @@ -102,7 +102,7 @@ struct JUNIT_Testsuite { * // JUNIT_RESULT_STATE_FAILURE * // JUNIT_RESULT_STATE_ERROR * // JUNIT_RESULT_STATE_SKIPPED - * struct JUNIT_Testcase testcase = testsuite->testcase[i]; + * struct JUNIT_Testcase *testcase = testsuite->testcase[i]; * if (testcase->tc_result_state_type) { * if (testcase->tc_result_state_type == JUNIT_RESULT_STATE_FAILURE) { * // Display information from failed test case -- cgit