Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv31595

Modified Files:
        via82xx.c 
Log Message:
- added the missing '\n' to proc output.



Index: via82xx.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/via82xx.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- via82xx.c   1 Dec 2003 13:15:25 -0000       1.69
+++ via82xx.c   3 Dec 2003 10:38:33 -0000       1.70
@@ -1711,7 +1711,7 @@
        
        snd_iprintf(buffer, "%s\n\n", chip->card->longname);
        for (i = 0; i < 0xa0; i += 4) {
-               snd_iprintf(buffer, "%02x: %08x", i, inl(chip->port + i));
+               snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
        }
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to