diff options
author | austriancoder <austriancoder> | 2004-09-13 16:38:18 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 16:38:18 +0000 |
commit | b04632b8c2c28575b56592f386878f1c654dbe99 (patch) | |
tree | 37b3d66d204b746da68f37d652960550c3a0054a | |
parent | 9b76d10dbd777c14ce983696b290e9d323912b3f (diff) | |
download | vdr-plugin-dxr3-b04632b8c2c28575b56592f386878f1c654dbe99.tar.gz vdr-plugin-dxr3-b04632b8c2c28575b56592f386878f1c654dbe99.tar.bz2 |
fixed typo
-rw-r--r-- | dxr3memcpy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3memcpy.h b/dxr3memcpy.h index 54bd8b8..1c0f777 100644 --- a/dxr3memcpy.h +++ b/dxr3memcpy.h @@ -86,7 +86,7 @@ private: }; // ================================== -// optimized/fast memcpy +//! optimized/fast memcpy extern void *(* dxr3_memcpy)(void *to, const void *from, size_t len); #endif /*_DXR3MEMCPY_H_*/ |