aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_jpeg.c')
-rw-r--r--src/plugins/test_jpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/test_jpeg.c b/src/plugins/test_jpeg.c
index 3f034c7..d436fb5 100644
--- a/src/plugins/test_jpeg.c
+++ b/src/plugins/test_jpeg.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -59,8 +59,8 @@ main (int argc, char *argv[])
59 EXTRACTOR_METATYPE_COMMENT, 59 EXTRACTOR_METATYPE_COMMENT,
60 EXTRACTOR_METAFORMAT_C_STRING, 60 EXTRACTOR_METAFORMAT_C_STRING,
61 "text/plain", 61 "text/plain",
62 "(C) 2001 by Christian Grothoff, using gimp 1.2 1", 62 "Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1",
63 strlen ("(C) 2001 by Christian Grothoff, using gimp 1.2 1"), 63 strlen ("Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1"),
64 0 64 0
65 }, 65 },
66 { 0, 0, NULL, NULL, 0, -1 } 66 { 0, 0, NULL, NULL, 0, -1 }