summaryrefslogtreecommitdiff
path: root/platform/android/cpu-features.c
diff options
context:
space:
mode:
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 156d464729..9cdadd5407 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);