summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-utils/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/memcpy.c b/src/xine-utils/memcpy.c
index 618a5bcaf..f9951a9e3 100644
--- a/src/xine-utils/memcpy.c
+++ b/src/xine-utils/memcpy.c
@@ -381,7 +381,7 @@ static struct {
char *name;
void *(* function)(void *to, const void *from, size_t len);
- unsigned long long time; /* This type could be used for non-MSC build too! */
+ uint64_t time; /* This type could be used for non-MSC build too! */
uint32_t cpu_require;
} memcpy_method[] =