Correct NK_MEMCOPY optional define to NK_MEMCPY

This commit is contained in:
Ettore Torti 2016-10-17 16:07:11 +01:00 committed by GitHub
parent 51a63af252
commit 69221cfd3d

View File

@ -160,7 +160,7 @@ OPTIONAL DEFINES:
replacement. If not nuklear will use its own version.
<!> If used it is only required to be defined for the implementation part <!>
NK_MEMCOPY
NK_MEMCPY
You can define this to 'memcpy' or your own memcpy implementation
replacement. If not nuklear will use its own version.
<!> If used it is only required to be defined for the implementation part <!>