diff options
| author | Mark Young <marky@lunarg.com> | 2016-01-25 17:23:47 -0700 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-01-26 09:30:32 -0700 |
| commit | 34b2f265a7c3cef3fc98e1f9011627439f15a200 (patch) | |
| tree | 574ab7f6cb362612763e525a20e273495c67eae4 | |
| parent | 1a606ac5f6ef43e8612107da47199b308f225a0b (diff) | |
| download | usermoji-34b2f265a7c3cef3fc98e1f9011627439f15a200.tar.xz | |
Fixes: Added missing newline after merge.
| -rw-r--r-- | demos/tri.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tri.c b/demos/tri.c index 815220e1..45020889 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -1737,6 +1737,7 @@ VKAPI_ATTR void* VKAPI_CALL myalloc( return aligned_alloc(alignment, size); #endif } + VKAPI_ATTR void VKAPI_CALL myfree( void* pUserData, void* pMemory) |
