Update of /cvsroot/alsa/alsa-tools/as10k1
In directory sc8-pr-cvs1:/tmp/cvs-serv12613

Modified Files:
        as10k1.c 
Log Message:
GCC33 fix

Index: as10k1.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/as10k1/as10k1.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- as10k1.c    15 May 2003 06:45:17 -0000      1.2
+++ as10k1.c    15 Jul 2003 18:33:59 -0000      1.3
@@ -43,29 +43,28 @@
 
 char version[]="As10k1 assembler version " VERSION;
 
-char help[]="
-Usage: as10k1 [option...] asmfile
-
-The as10k1 assembler is for the emu10k1 dsp processor
-found in Creative Lab's sblive series of sound cards.
-
-Author: Daniel Bertrand <[EMAIL PROTECTED]>
-
-Options:\n
-     -l [listfile]         Specify a listing file, default is none.
-     -o [emu10k1 file]     Specify an output file, default is based input,
-                           Substituting .asm to .emu10k1
-     -d [dbg_options...]   Turn on debug messages.
-            s              prints all symbols                
-            g              prints defined gprs
-            t              prints tram usage
-            i              prints instructions
-     -h                    Prints this message  
-     -v                    Prints version number. 
-
-This program is distributed under the GPL.
-
-";
+char help[]="\n"
+"Usage: as10k1 [option...] asmfile\n"
+"\n"
+"The as10k1 assembler is for the emu10k1 dsp processor\n"
+"found in Creative Lab's sblive series of sound cards.\n"
+"\n"
+"Author: Daniel Bertrand <[EMAIL PROTECTED]>\n"
+"\n"
+"Options:\n\n"
+"     -l [listfile]         Specify a listing file, default is none.\n"
+"     -o [emu10k1 file]     Specify an output file, default is based input,\n"
+"                           Substituting .asm to .emu10k1\n"
+"     -d [dbg_options...]   Turn on debug messages.\n"
+"            s              prints all symbols                \n"
+"            g              prints defined gprs\n"
+"            t              prints tram usage\n"
+"            i              prints instructions\n"
+"     -h                    Prints this message  \n"
+"     -v                    Prints version number. \n"
+"\n"
+"This program is distributed under the GPL.\n"
+"\n";
 
 //  cli==Command-Line Interface && !Creative Labs Inc.
 



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to