summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-10-04 21:12:35 +0000
committeraustriancoder <austriancoder>2004-10-04 21:12:35 +0000
commitbc0e957080175e9aaed615df1d325b8bc493b9a6 (patch)
tree26fe677b1d8e090fe5206add140e0e11addf3916
parent6e40c29e483fd3eb70d35b76ee7992397498bf9a (diff)
downloadvdr-plugin-dxr3-bc0e957080175e9aaed615df1d325b8bc493b9a6.tar.gz
vdr-plugin-dxr3-bc0e957080175e9aaed615df1d325b8bc493b9a6.tar.bz2
fixed: warning: no newline at end of file
-rw-r--r--dxr3memcpy.c2
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