jbig2dec
Ralph Giles <[email protected]> Tue, 11 Feb 2003 14:59:57 -0800
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec
In directory sc8-pr-cvs1:/tmp/cvs-serv21357
Modified Files:
sha1.c
Log Message:
Correct some accidentally-introduced line breaks in the sha1 code.
Index: sha1.c
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/sha1.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sha1.c 14 Aug 2002 10:31:08 -0000 1.8
+++ sha1.c 11 Feb 2003 22:59:54 -0000 1.9
@@ -269,12 +269,9 @@
FILE* file;
if (argc > 2) {
- puts("Public domain SHA-1 implementation - by Steve Reid
-<[email protected]>");
- puts("Modified for 16 bit environments 7/98 - by James H. Brown
-<[email protected]>"); /* JHB */
- puts("Produces the SHA-1 hash of a file, or stdin if no file is
-specified.");
+ puts("Public domain SHA-1 implementation - by Steve Reid <[email protected]>");
+ puts("Modified for 16 bit environments 7/98 - by James H. Brown <[email protected]>"); /* JHB */
+ puts("Produces the SHA-1 hash of a file, or stdin if no file is specified.");
return(0);
}
if (argc < 2) {