Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Feb 25, 2015
1 parent 6a0b6f5 commit 3a764fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ua_types.h
Expand Up @@ -557,7 +557,7 @@ void UA_EXPORT UA_delete(void *p, const UA_DataType *dataType);
* @param dataType The datatype description
* @return Returns the memory location of the variable or (void*)0 if no memory could be allocated
*/
void* UA_EXPORT UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);
void UA_EXPORT * UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);

/**
* Allocates and copies an array. dst is set to (void*)0 if not enough memory is available.
Expand Down

0 comments on commit 3a764fd

Please sign in to comment.