Fix flagbits for MMC_TRACKINFO flags printing; it had an illegal escape code

in it.
This commit is contained in:
reinoud 2009-01-29 19:36:28 +00:00
parent 54411cb3fc
commit 9137102634
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cdio.h,v 1.32 2009/01/14 15:30:45 christos Exp $ */
/* $NetBSD: cdio.h,v 1.33 2009/01/29 19:36:28 reinoud Exp $ */
#ifndef _SYS_CDIO_H_
#define _SYS_CDIO_H_
@ -378,7 +378,7 @@ struct mmc_trackinfo {
#define MMC_TRACKINFO_PRE_EMPH (1 << 11)
#define MMC_TRACKINFO_FLAGBITS \
"\8\1COPY\2DAMAGED\3FIXEDPACKET\4INCREMENTAL\5BLANK" \
"\10\1COPY\2DAMAGED\3FIXEDPACKET\4INCREMENTAL\5BLANK" \
"\6RESERVED\7NWA_VALID\10LRA_VALID\11DATA\12AUDIO" \
"\13AUDIO_4CHAN\14PRE_EMPH"