diff options
| author | Cody Northrop <cnorthrop@google.com> | 2016-07-13 10:01:10 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2016-07-13 10:42:33 -0600 |
| commit | 0b829888befddb0bf79f31c355087ab675e076a9 (patch) | |
| tree | 2223b3680ed3b72ed85e328c7e6ad9654fa740e8 | |
| parent | 7d514233915639c3853d64f73a4404a1ef2ff7ac (diff) | |
| download | usermoji-0b829888befddb0bf79f31c355087ab675e076a9.tar.xz | |
demos: Fix android build
| -rw-r--r-- | demos/android/include/lunarg.ppm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/android/include/lunarg.ppm.h b/demos/android/include/lunarg.ppm.h index 9ee127af..f3870e12 100644 --- a/demos/android/include/lunarg.ppm.h +++ b/demos/android/include/lunarg.ppm.h @@ -1,4 +1,4 @@ -unsigned char ___lunarg_ppm[] = { +unsigned char lunarg_ppm[] = { 0x50, 0x36, 0x0a, 0x32, 0x35, 0x36, 0x20, 0x32, 0x35, 0x36, 0x0a, 0x32, 0x35, 0x35, 0x0a, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, @@ -16386,4 +16386,4 @@ unsigned char ___lunarg_ppm[] = { 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75, 0x75 }; -unsigned int ___lunarg_ppm_len = 196623; +unsigned int lunarg_ppm_len = 196623; |
