shithub: jbig2

Download patch

ref: cfe0afbb44960be129c6d25fe3287d1ecfc15474
parent: 5fb176e3daee8d87d1b6a25eb4d71b03a20694ea
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Feb 11 17:59:54 EST 2003

Correct some accidentally-introduced line breaks in the sha1 code.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@212 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/sha1.c
+++ b/sha1.c
@@ -269,12 +269,9 @@
 FILE* file;
 
     if (argc > 2) {
-        puts("Public domain SHA-1 implementation - by Steve Reid
-<sreid@sea-to-sky.net>");
-        puts("Modified for 16 bit environments 7/98 - by James H. Brown
-<jbrown@burgoyne.com>");	/* 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 <sreid@sea-to-sky.net>");
+        puts("Modified for 16 bit environments 7/98 - by James H. Brown <jbrown@burgoyne.com>");	/* JHB */
+        puts("Produces the SHA-1 hash of a file, or stdin if no file is specified.");
         return(0);
     }
     if (argc < 2) {