Skip to content

Commit 6a77ef5

Browse files
ryanolsondyastremsky
authored andcommitted
Update include/triton/core/tritonserver.h
1 parent e5d5ff1 commit 6a77ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/triton/core/tritonserver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ TRITONSERVER_DECLSPEC void TRITONSERVER_ErrorDelete(struct TRITONSERVER_Error* e
329329
///
330330
/// \param error The error object.
331331
/// \return The error code.
332-
TRITONSERVER_DECLSPEC struct TRITONSERVER_Error_Code
332+
TRITONSERVER_DECLSPEC TRITONSERVER_Error_Code
333333
TRITONSERVER_ErrorCode(struct TRITONSERVER_Error* error);
334334

335335
/// Get the string representation of an error code. The returned

0 commit comments

Comments
 (0)