roctacer mark fix

This commit is contained in:
Evgeny
2019-09-24 20:35:58 -05:00
parent a7c0e80701
commit 389496265e
5 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ void hip_api_flush_cb(hip_api_trace_entry_t* entry) {
fprintf(hip_api_file_handle, "%s()\n", oss.str().c_str());
}
} else {
fprintf(hip_api_file_handle, "%s(name(%s))\n", oss.str().c_str(), entry->name);
fprintf(hip_api_file_handle, "%s(%s)\n", oss.str().c_str(), entry->name);
}
fflush(hip_api_file_handle);