diff options
author | austriancoder <austriancoder> | 2004-09-18 01:15:56 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-18 01:15:56 +0000 |
commit | 354acbcc8cd6ee6a2d9cd72cbf72950984963a88 (patch) | |
tree | 5ff5579c777ffcfa0010990062b4e9adf0dc3644 | |
parent | 890c48eed9e01d132537bb5a40ca30f39903ac6f (diff) | |
download | vdr-plugin-dxr3-354acbcc8cd6ee6a2d9cd72cbf72950984963a88.tar.gz vdr-plugin-dxr3-354acbcc8cd6ee6a2d9cd72cbf72950984963a88.tar.bz2 |
fixed new-line warning while compiling
-rw-r--r-- | dxr3dolbydigital.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3dolbydigital.h b/dxr3dolbydigital.h index 05e09cb..0510d40 100644 --- a/dxr3dolbydigital.h +++ b/dxr3dolbydigital.h @@ -44,4 +44,4 @@ private: virtual void Action(); }; -#endif /*_DXR3_DOLBYDIGITAL_H_*/
\ No newline at end of file +#endif /*_DXR3_DOLBYDIGITAL_H_*/ |