diff options
author | austriancoder <austriancoder> | 2004-10-04 21:12:35 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-10-04 21:12:35 +0000 |
commit | bc0e957080175e9aaed615df1d325b8bc493b9a6 (patch) | |
tree | 26fe677b1d8e090fe5206add140e0e11addf3916 | |
parent | 6e40c29e483fd3eb70d35b76ee7992397498bf9a (diff) | |
download | vdr-plugin-dxr3-bc0e957080175e9aaed615df1d325b8bc493b9a6.tar.gz vdr-plugin-dxr3-bc0e957080175e9aaed615df1d325b8bc493b9a6.tar.bz2 |
fixed: warning: no newline at end of file
-rw-r--r-- | dxr3memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3memcpy.c b/dxr3memcpy.c index c50b350..0d59e09 100644 --- a/dxr3memcpy.c +++ b/dxr3memcpy.c @@ -445,4 +445,4 @@ unsigned long long int cDxr3MemcpyBench::Rdtsc(uint32_t config_flags) struct tms tp; return times(&tp); } -#endif
\ No newline at end of file +#endif |