diff --git a/hipamd/src/hip_memory.cpp b/hipamd/src/hip_memory.cpp index ff97869842..e6d6ebd09e 100644 --- a/hipamd/src/hip_memory.cpp +++ b/hipamd/src/hip_memory.cpp @@ -1546,7 +1546,7 @@ typedef enum ihipMemsetDataType { ihipMemsetDataTypeChar = 0, ihipMemsetDataTypeShort = 1, ihipMemsetDataTypeInt = 2 -}ihipMemsetCopyDataType; +}ihipMemsetDataType; hipError_t ihipMemset(void* dst, int value, size_t sizeBytes, hipStream_t stream, enum ihipMemsetDataType copyDataType ) {