diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:08:03 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2003-09-16 02:08:03 +0000 |
commit | e6a8bb0378f636a5bc1104d75c3387055eaf4dd8 (patch) | |
tree | f7d74bd27126eef887d41847a07376015f5b2383 /src | |
parent | 877bee167fa9a5d56eda3f7fd208c3548f0c2566 (diff) | |
download | xine-lib-e6a8bb0378f636a5bc1104d75c3387055eaf4dd8.tar.gz xine-lib-e6a8bb0378f636a5bc1104d75c3387055eaf4dd8.tar.bz2 |
Quit being trigger happy when commiting.
CVS patchset: 5391
CVS date: 2003/09/16 02:08:03
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/memcpy.c | 2 |
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[] = |