aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-07-13 10:01:10 -0600
committerCody Northrop <cnorthrop@google.com>2016-07-13 10:42:33 -0600
commit0b829888befddb0bf79f31c355087ab675e076a9 (patch)
tree2223b3680ed3b72ed85e328c7e6ad9654fa740e8
parent7d514233915639c3853d64f73a4404a1ef2ff7ac (diff)
downloadusermoji-0b829888befddb0bf79f31c355087ab675e076a9.tar.xz
demos: Fix android build
-rw-r--r--demos/android/include/lunarg.ppm.h4
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;