From 7a807b3f63b0ff271e451875d2a8daacc29e4b4f Mon Sep 17 00:00:00 2001 From: gobhardw Date: Tue, 13 Aug 2024 10:00:59 +0530 Subject: [PATCH] Github issue#52 fix Change-Id: I35b56980a918bf2582fc4c283b9f60f8512a39d0 [ROCm/rocprofiler commit: 865e64753ac01fd26dcbe9d408ac6fdd43586991] --- projects/rocprofiler/doc/ROCProfiler_V1_API_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/doc/ROCProfiler_V1_API_spec.md b/projects/rocprofiler/doc/ROCProfiler_V1_API_spec.md index 269bbef58c..cb3e28781a 100644 --- a/projects/rocprofiler/doc/ROCProfiler_V1_API_spec.md +++ b/projects/rocprofiler/doc/ROCProfiler_V1_API_spec.md @@ -75,7 +75,7 @@ Library version: ``` ### 3.2. Returning the error and error string methods ``` -const char* rocprofiler_error_string(); +hsa_status_t rocprofiler_error_string(const char** str); ``` ### 3.3. Library version ```