Fix a copy & paste error in a comment.

This commit is contained in:
Timothy B. Terriberry 2012-12-08 12:42:57 -08:00 committed by Erik de Castro Lopo
parent 762ae01893
commit 0920bc1ffb

View File

@ -34,7 +34,7 @@
#include "FLAC/ordinals.h"
/** The length of the 'FLAC' magic in bytes. */
/** The length of the packet type field in bytes. */
#define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u)
extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bits */