Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
7811638810
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/mpg123/vbrhead.c

+ 1 - 1
panda/src/mpg123/vbrhead.c

@@ -58,7 +58,7 @@ int getVBRHeader(struct vbrHeader *head,unsigned char *buf, struct frame *fr)
 	buf += 4;
 	buf += 4;
     }
     }
 
 
-    // fprintf(stderr,"Found XING %04lx\n",head->flags);
+    /* fprintf(stderr,"Found XING %04lx\n",head->flags); */
 
 
     return 1;
     return 1;