aboutsummaryrefslogtreecommitdiff
path: root/platform/android/cpu-features.c
diff options
context:
space:
mode:
authorfirefly24422015-09-16 15:35:30 -0500
committerfirefly24422015-09-16 15:35:30 -0500
commitafbb6c064c88d743d8a7d04b5dbfb4b0b1b2db7f (patch)
treec2fbdeb03b781b0b05b5a0c633f175269257f4ce /platform/android/cpu-features.c
parent889d21e0049a0e84d6d44db9b80193f93fd62f17 (diff)
downloadgodot-afbb6c064c88d743d8a7d04b5dbfb4b0b1b2db7f.tar.gz
godot-afbb6c064c88d743d8a7d04b5dbfb4b0b1b2db7f.tar.zst
godot-afbb6c064c88d743d8a7d04b5dbfb4b0b1b2db7f.zip
Diffstat (limited to 'platform/android/cpu-features.c')
-rw-r--r--platform/android/cpu-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/cpu-features.c b/platform/android/cpu-features.c
index 156d46472..9cdadd540 100644
--- a/platform/android/cpu-features.c
+++ b/platform/android/cpu-features.c
@@ -127,7 +127,7 @@ static __inline__ void x86_cpuid(int func, int values[4])
static int
get_file_size(const char* pathname)
{
- int fd, ret, result = 0;
+ int fd, result = 0;
char buffer[256];
fd = open(pathname, O_RDONLY);