Author: sayer
Date: 2008-05-15 16:29:43 +0200 (Thu, 15 May 2008)
New Revision: 957
Modified:
trunk/core/plug-in/wav/wav_hdr.c
Log:
fixed some dbg newlines
Modified: trunk/core/plug-in/wav/wav_hdr.c
===================================================================
--- trunk/core/plug-in/wav/wav_hdr.c 2008-05-15 14:24:31 UTC (rev 956)
+++ trunk/core/plug-in/wav/wav_hdr.c 2008-05-15 14:29:43 UTC (rev 957)
@@ -124,7 +124,7 @@
SAFE_READ(tag,4,fp,s);
DBG("tag = <%.4s>\n",tag);
if(strncmp(tag,"RIFF",4)){
- DBG("wrong format !");
+ DBG("wrong format !\n");
return -1;
}
@@ -135,14 +135,14 @@
SAFE_READ(tag,4,fp,s);
DBG("tag = <%.4s>\n",tag);
if(strncmp(tag,"WAVE",4)){
- DBG("wrong format !");
+ DBG("wrong format !\n");
return -1;
}
SAFE_READ(tag,4,fp,s);
DBG("tag = <%.4s>\n",tag);
if(strncmp(tag,"fmt ",4)){
- DBG("wrong format !");
+ DBG("wrong format !\n");
return -1;
}
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev