libextractor

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

commit 80a2355e573779138bab132ee7e4618eb9803197
parent 9e5a9a0a7d5426dd2a3b03141e884d17cf7c607b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Mar 2015 20:35:34 +0000

-fix test

Diffstat:
Msrc/plugins/test_jpeg.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/test_jpeg.c b/src/plugins/test_jpeg.c @@ -59,8 +59,8 @@ main (int argc, char *argv[]) EXTRACTOR_METATYPE_COMMENT, EXTRACTOR_METAFORMAT_C_STRING, "text/plain", - "Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1", - strlen ("Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1"), + "(C) 2001 by Christian Grothoff, using gimp 1.2 1", + strlen ("(C) 2001 by Christian Grothoff, using gimp 1.2 1"), 0 }, { 0, 0, NULL, NULL, 0, -1 }