aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'android/gralloc_handle.h')
-rw-r--r--android/gralloc_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gralloc_handle.h b/android/gralloc_handle.h
index 9cb5a5d7..bcf753da 100644
--- a/android/gralloc_handle.h
+++ b/android/gralloc_handle.h
@@ -105,7 +105,7 @@ static inline native_handle_t *gralloc_handle_create(int32_t width,
105 handle->usage = usage; 105 handle->usage = usage;
106 handle->prime_fd = -1; 106 handle->prime_fd = -1;
107 107
108 return handle; 108 return nhandle;
109} 109}
110 110
111#endif 111#endif