author | llornkcor <llornkcor> | 2002-04-24 23:48:57 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-04-24 23:48:57 (UTC) |
commit | 5d3d95245768f7949208d367db1b5dc1d7f5e314 (patch) (side-by-side diff) | |
tree | 2d40f71c070208ea58f67373acb29f596f206b66 | |
parent | b6958ff0363b194e129584a0a0a597bd643718a3 (diff) | |
download | opie-5d3d95245768f7949208d367db1b5dc1d7f5e314.zip opie-5d3d95245768f7949208d367db1b5dc1d7f5e314.tar.gz opie-5d3d95245768f7949208d367db1b5dc1d7f5e314.tar.bz2 |
bug fix
-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 22cb276..4b668de 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp @@ -1,36 +1,35 @@ /************************************************************************************ ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ************************************************************************************/ - /* * $Id$ */ // Sun 03-17-2002 L.J.Potter <ljp@llornkcor.com> #include <sys/utsname.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> #include <stdio.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> #include <linux/soundcard.h> #include <string.h> #include <stdlib.h> #include <errno.h> #include <string.h> typedef struct _waveheader { u_long main_chunk; /* 'RIFF' */ u_long length; /* filelen */ u_long chunk_type; /* 'WAVE' */ u_long sub_chunk; /* 'fmt ' */ u_long sc_len; /* length of sub_chunk, =16 |