 ------------------------------------------------------------------------
r3925 | balrog | 2008-01-17 15:47:25 -0600 (Thu, 17 Jan 2008) | 2 lines
Changed paths:
   M /trunk/audio/dsound_template.h
   M /trunk/qemu-doc.texi

Miscellaneous fixes after recent audio additions (malc).

 ------------------------------------------------------------------------
Index: audio/dsound_template.h
===================================================================
--- audio/dsound_template.h	(revision 3924)
+++ audio/dsound_template.h	(revision 3925)
@@ -197,7 +197,7 @@
 #endif
 
     if (!s->FIELD2) {
-        dolog ("Attempt to initialize voice without " NAME2 " object");
+        dolog ("Attempt to initialize voice without " NAME2 " object\n");
         return -1;
     }
 

Property changes on: audio/dsound_template.h
___________________________________________________________________
Name: cvs2svn:cvs-rev
   - 1.6
   + 1.7

Index: qemu-doc.texi
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/x-texinfo

Property changes on: qemu-doc.texi
___________________________________________________________________
Name: cvs2svn:cvs-rev
   - 1.179
   + 1.180

