diff --git a/tensorflow/c/env.h b/tensorflow/c/env.h index 895d3b57240..63e2c86ad44 100644 --- a/tensorflow/c/env.h +++ b/tensorflow/c/env.h @@ -193,7 +193,7 @@ TF_CAPI_EXPORT extern void TF_JoinThread(TF_Thread* thread); // On success, place OK in status and return the newly created library handle. // Otherwise returns nullptr and set error status. TF_CAPI_EXPORT extern void* TF_LoadSharedLibrary(const char* library_filename, - TF_Status* status); + TF_Status* status); // \brief Get a pointer to a symbol from a dynamic library. //