libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit af7bf82975e1c579908940a52389b42a60eacc6f
parent e2c285e7813b4c8aec051b563d9ef92121eea8c8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Dec 2009 20:35:18 +0000

fix

Diffstat:
Msrc/include/extractor.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -209,7 +209,7 @@ enum EXTRACTOR_MetaType EXTRACTOR_METATYPE_TARGET_PLATFORM = 91, - / * FIXME: transcribe & renumber those below */ + /* FIXME: transcribe & renumber those below */ /* (text) document processing specifics */ EXTRACTOR_METATYPE_CHARACTER_SET = 104, EXTRACTOR_METATYPE_LINE_COUNT = 105,