From 0b829888befddb0bf79f31c355087ab675e076a9 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Wed, 13 Jul 2016 10:01:10 -0600 Subject: demos: Fix android build --- demos/android/include/lunarg.ppm.h | 4 ++-- 1 file 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; -- cgit v1.2.3