diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-06 18:15:56 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-06 18:15:56 +0000 |
commit | cc9fc3ae5d68870a81a152fb177e48fc92ea6da3 (patch) | |
tree | e3aafb857bfac50f2de08b0d5e557538ed77ecfd | |
parent | e984f917fbbc37874f55c6aff3239831cb43d1ec (diff) | |
download | xine-lib-cc9fc3ae5d68870a81a152fb177e48fc92ea6da3.tar.gz xine-lib-cc9fc3ae5d68870a81a152fb177e48fc92ea6da3.tar.bz2 |
getting the spelling really right
CVS patchset: 5854
CVS date: 2003/12/06 18:15:56
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 74b419b4b..46aa3d12d 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.69 2003/12/06 18:11:55 mroi Exp $ + * $Id: xineutils.h,v 1.70 2003/12/06 18:15:56 mroi Exp $ * */ #ifndef XINEUTILS_H @@ -585,7 +585,7 @@ typedef union { TODO : fix dll linkage problem for xine_fast_memcpy on win32 xine_fast_memcpy dll linkage is screwy here. - declairing as dllimport seems to fix the problem + declaring as dllimport seems to fix the problem but causes compiler warning with libxineutils */ #ifdef _MSC_VER |